Uses of Interface
org.kohsuke.rngom.nc.NameClassVisitor

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
<V> V
NsNameExceptNameClass.accept(NameClassVisitor<V> visitor)
           
<V> V
ChoiceNameClass.accept(NameClassVisitor<V> visitor)
           
<V> V
SimpleNameClass.accept(NameClassVisitor<V> visitor)
           
<V> V
AnyNameExceptNameClass.accept(NameClassVisitor<V> visitor)
           
abstract
<V> V
NameClass.accept(NameClassVisitor<V> visitor)
          Visitor pattern support.
<V> V
NsNameClass.accept(NameClassVisitor<V> visitor)
           
 



Copyright © 2011. All Rights Reserved.