Uses of Interface
org.kohsuke.rngom.digested.DPatternVisitor
-
Packages that use DPatternVisitor Package Description com.sun.tools.xjc.reader.relaxng 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 DPatternVisitor in com.sun.tools.xjc.reader.relaxng
Classes in com.sun.tools.xjc.reader.relaxng that implement DPatternVisitor Modifier and Type Class Description class
RawTypeSetBuilder
BuildsRawTypeSet
for RELAX NG. -
Uses of DPatternVisitor in org.kohsuke.rngom.digested
Classes in org.kohsuke.rngom.digested that implement DPatternVisitor Modifier and Type Class Description class
DPatternWalker
protected class
DXMLPrinter.DXMLPrinterVisitor
Methods in org.kohsuke.rngom.digested with parameters of type DPatternVisitor Modifier and Type Method Description Object
DAttributePattern. accept(DPatternVisitor visitor)
<V> V
DChoicePattern. accept(DPatternVisitor<V> visitor)
Object
DDataPattern. accept(DPatternVisitor visitor)
Object
DElementPattern. accept(DPatternVisitor visitor)
Object
DEmptyPattern. accept(DPatternVisitor visitor)
<V> V
DGrammarPattern. accept(DPatternVisitor<V> visitor)
<V> V
DGroupPattern. accept(DPatternVisitor<V> visitor)
Object
DInterleavePattern. accept(DPatternVisitor visitor)
Object
DListPattern. accept(DPatternVisitor visitor)
Object
DMixedPattern. accept(DPatternVisitor visitor)
Object
DNotAllowedPattern. accept(DPatternVisitor visitor)
Object
DOneOrMorePattern. accept(DPatternVisitor visitor)
Object
DOptionalPattern. accept(DPatternVisitor visitor)
abstract <V> V
DPattern. accept(DPatternVisitor<V> visitor)
Object
DRefPattern. accept(DPatternVisitor visitor)
Object
DTextPattern. accept(DPatternVisitor visitor)
Object
DValuePattern. accept(DPatternVisitor visitor)
Object
DZeroOrMorePattern. accept(DPatternVisitor visitor)
-