Uses of Interface
jd.xml.xpath.axis.NodeTestVisitor

Packages that use NodeTestVisitor
jd.xml.xpath.axis Contains classes that implement the path expressions. 
jd.xml.xpath.axis.name Contains implementations for NodeNameTest. 
jd.xml.xpath.axis.type Contains implementations for NodeTypeTest. 
jd.xml.xslt.pattern Contains classes for XSLT template patterns. 
 

Uses of NodeTestVisitor in jd.xml.xpath.axis
 

Methods in jd.xml.xpath.axis with parameters of type NodeTestVisitor
 void NodeTestUnion.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
abstract  void NodeTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 

Uses of NodeTestVisitor in jd.xml.xpath.axis.name
 

Methods in jd.xml.xpath.axis.name with parameters of type NodeTestVisitor
 void UriTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void QNameTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void PooledUriTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void PooledNameTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void NcNameTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void AllNameTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 

Uses of NodeTestVisitor in jd.xml.xpath.axis.type
 

Methods in jd.xml.xpath.axis.type with parameters of type NodeTestVisitor
 void SingleNodeTypeTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void PiNodeTypeTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 void AllNodeTypeTest.accept(NodeTestVisitor visitor)
          Accept a NodeTestVisitor.
 

Uses of NodeTestVisitor in jd.xml.xslt.pattern
 

Classes in jd.xml.xslt.pattern that implement NodeTestVisitor
 class PatternClassifier
          A PatternClassifier classifies which nodes a pattern can match.
 

Methods in jd.xml.xslt.pattern with parameters of type NodeTestVisitor
 void NodeTypeAllTest.accept(NodeTestVisitor visitor)