Uses of Class
org.planx.xpath.expr.NodeTest

Packages that use NodeTest
org.planx.xpath.expr   
 

Uses of NodeTest in org.planx.xpath.expr
 

Subclasses of NodeTest in org.planx.xpath.expr
 class NameTest
          Represents a name test.
 class NodeTypeTest
          Represents a node type test.
 

Methods in org.planx.xpath.expr that return NodeTest
 NodeTest Step.getNodeTest()
           
 

Constructors in org.planx.xpath.expr with parameters of type NodeTest
Step(Axis axis, NodeTest nodeTest)
          Construct a step with no predicates.
Step(Axis axis, NodeTest nodeTest, PredicateList predicates)
          Construct a step with the specified axis, node test and predicate list.
 



Copyright © 2010. All Rights Reserved.