Uses of Interface
org.kohsuke.rngom.nc.NameClassVisitor
-
Packages that use NameClassVisitor 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.org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.om
implementation). -
-
Uses of NameClassVisitor in org.kohsuke.rngom.digested
Classes in org.kohsuke.rngom.digested that implement NameClassVisitor Modifier and Type Class Description protected class
DXMLPrinter.NameClassXMLPrinterVisitor
-
Uses of NameClassVisitor in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc that implement NameClassVisitor Modifier and Type Class Description class
NameClassWalker
Methods in org.kohsuke.rngom.nc with parameters of type NameClassVisitor Modifier and Type Method Description <V> V
AnyNameExceptNameClass. accept(NameClassVisitor<V> visitor)
<V> V
ChoiceNameClass. accept(NameClassVisitor<V> visitor)
abstract <V> V
NameClass. accept(NameClassVisitor<V> visitor)
Visitor pattern support.<V> V
NsNameClass. accept(NameClassVisitor<V> visitor)
<V> V
NsNameExceptNameClass. accept(NameClassVisitor<V> visitor)
<V> V
SimpleNameClass. accept(NameClassVisitor<V> visitor)
-