Uses of Class
com.sun.tools.rngom.digested.DOneOrMorePattern
-
Packages that use DOneOrMorePattern 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.com.sun.tools.xjc.reader.relaxng -
-
Uses of DOneOrMorePattern in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested with parameters of type DOneOrMorePattern Modifier and Type Method Description VDPatternVisitor. onOneOrMore(DOneOrMorePattern p)VoidDPatternWalker. onOneOrMore(DOneOrMorePattern p)VoidDXMLPrinter.DXMLPrinterVisitor. onOneOrMore(DOneOrMorePattern p) -
Uses of DOneOrMorePattern in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type DOneOrMorePattern Modifier and Type Method Description VoidRawTypeSetBuilder. onOneOrMore(DOneOrMorePattern p)
-