Uses of Interface
org.kohsuke.rngom.ast.builder.Grammar
Packages that use Grammar
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Minimal binarized pattern object model (one example of
ast.om
implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.builder
package that uses two
other builds simultaneously.-
Uses of Grammar in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return GrammarModifier and TypeMethodDescriptionGrammar<Leaf,
ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> SchemaBuilderImpl.makeGrammar
(Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope) -
Uses of Grammar in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder that return Grammar -
Uses of Grammar in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return Grammar -
Uses of Grammar in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return Grammar -
Uses of Grammar in org.kohsuke.rngom.parse.host
Classes in org.kohsuke.rngom.parse.host that implement GrammarMethods in org.kohsuke.rngom.parse.host that return GrammarConstructors in org.kohsuke.rngom.parse.host with parameters of type Grammar