|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameClassVisitor | |
---|---|
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 of ast.om implementation). |
Uses of NameClassVisitor in org.kohsuke.rngom.digested |
---|
Classes in org.kohsuke.rngom.digested that implement NameClassVisitor | |
---|---|
protected class |
DXMLPrinter.NameClassXMLPrinterVisitor
|
Uses of NameClassVisitor in org.kohsuke.rngom.nc |
---|
Classes in org.kohsuke.rngom.nc that implement NameClassVisitor | |
---|---|
class |
NameClassWalker
|
Methods in org.kohsuke.rngom.nc with parameters of type NameClassVisitor | ||
---|---|---|
|
NsNameExceptNameClass.accept(NameClassVisitor<V> visitor)
|
|
|
ChoiceNameClass.accept(NameClassVisitor<V> visitor)
|
|
|
SimpleNameClass.accept(NameClassVisitor<V> visitor)
|
|
|
AnyNameExceptNameClass.accept(NameClassVisitor<V> visitor)
|
|
abstract
|
NameClass.accept(NameClassVisitor<V> visitor)
Visitor pattern support. |
|
|
NsNameClass.accept(NameClassVisitor<V> visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |