Uses of Class
org.apache.xerces.impl.xpath.XPath.NodeTest

Packages that use XPath.NodeTest
org.apache.xerces.impl.xpath   
 

Uses of XPath.NodeTest in org.apache.xerces.impl.xpath
 

Fields in org.apache.xerces.impl.xpath declared as XPath.NodeTest
 XPath.NodeTest XPath.Step.nodeTest
          Node test.
 

Constructors in org.apache.xerces.impl.xpath with parameters of type XPath.NodeTest
XPath.NodeTest(XPath.NodeTest nodeTest)
          Copy constructor.
XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
          Constructs a step from an axis and node test.