Uses of Interface
org.kohsuke.rngom.ast.builder.Grammar
-
Packages that use Grammar Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.rngom.ast.builder org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.om
implementation).org.kohsuke.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.org.kohsuke.rngom.parse.host Implementation of theasm.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 Grammar Modifier and Type Method Description Grammar<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 Modifier and Type Method Description Grammar<P,E,L,A,CL>
SchemaBuilder. makeGrammar(Scope<P,E,L,A,CL> parent)
-
Uses of Grammar in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return Grammar Modifier and Type Method Description Grammar
SchemaBuilderImpl. makeGrammar(Scope parent)
-
Uses of Grammar in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return Grammar Modifier and Type Method Description Grammar
DSchemaBuilderImpl. makeGrammar(Scope parent)
-
Uses of Grammar in org.kohsuke.rngom.parse.host
Classes in org.kohsuke.rngom.parse.host that implement Grammar Modifier and Type Class Description class
GrammarHost
WrapsGrammar
and provides error checking.Methods in org.kohsuke.rngom.parse.host that return Grammar Modifier and Type Method Description Grammar
SchemaBuilderHost. makeGrammar(Scope _parent)
Constructors in org.kohsuke.rngom.parse.host with parameters of type Grammar Constructor Description GrammarHost(Grammar lhs, Grammar rhs)
-