Uses of Interface
com.sun.tools.rngom.ast.builder.Grammar
-
Packages that use Grammar Package Description com.sun.tools.rngom.ast.builder com.sun.tools.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. -
-
Uses of Grammar in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.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 com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return Grammar Modifier and Type Method Description GrammarDSchemaBuilderImpl. makeGrammar(Scope parent)
-