Uses of Class
org.kohsuke.rngom.digested.DDefine
-
Packages that use DDefine Package Description 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. -
-
Uses of DDefine in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return DDefine Modifier and Type Method Description DDefine
DGrammarPattern. get(java.lang.String name)
Gets the named pattern by its name.DDefine
DRefPattern. getTarget()
Gets theDDefine
that this block refers to.Methods in org.kohsuke.rngom.digested that return types with arguments of type DDefine Modifier and Type Method Description java.util.Iterator<DDefine>
DGrammarPattern. iterator()
Iterates all theDDefine
s in this grammar.Constructors in org.kohsuke.rngom.digested with parameters of type DDefine Constructor Description DRefPattern(DDefine target)
-