Uses of Class
com.hp.hpl.sparta.xpath.NodeTest

Packages that use NodeTest
com.hp.hpl.sparta.xpath XPath parse trees over which Visitor objects can traverse to apply the XPath expression to DOM nodes. 
 

Uses of NodeTest in com.hp.hpl.sparta.xpath
 

Subclasses of NodeTest in com.hp.hpl.sparta.xpath
 class AllElementTest
          A '*' node test.
 class AttrTest
          A node test for an element with a particular tagname.
 class ElementTest
          A node test for an element with a particular tagname.
 class ParentNodeTest
          A '..' node test.
 class TextTest
          A "text()" node test in a Xpath step.
 class ThisNodeTest
          A '.' node test.
 

Methods in com.hp.hpl.sparta.xpath that return NodeTest
 NodeTest Step.getNodeTest()