Uses of Interface
org.kohsuke.rngom.nc.NameClassVisitor
Packages that use NameClassVisitor
Package
Description
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
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 -
Uses of NameClassVisitor in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc that implement NameClassVisitorMethods in org.kohsuke.rngom.nc with parameters of type NameClassVisitorModifier and TypeMethodDescription<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)