org.planx.xpath.expr
Class Step
java.lang.Object
org.planx.xpath.expr.Step
public class Step
- extends Object
A step consists of an Axis, NodeTest
and a list of predicates which are Expression
objects.
Step
public Step(Axis axis,
NodeTest nodeTest)
- Construct a step with no predicates.
Step
public Step(Axis axis,
NodeTest nodeTest,
PredicateList predicates)
- Construct a step with the specified axis,
node test and predicate list.
getAxis
public Axis getAxis()
getNodeTest
public NodeTest getNodeTest()
getPredicates
public PredicateList getPredicates()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.