Uses of Class
com.sun.tools.rngom.digested.DGrammarPattern
-
Packages that use DGrammarPattern Package Description 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 DGrammarPattern in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested with parameters of type DGrammarPattern Modifier and Type Method Description VDPatternVisitor. onGrammar(DGrammarPattern p)VoidDPatternWalker. onGrammar(DGrammarPattern p)VoidDXMLPrinter.DXMLPrinterVisitor. onGrammar(DGrammarPattern p)voidDXMLPrinter. printDocument(DGrammarPattern grammar)Prints grammar enclosed by start/end document.
-