Uses of Class
org.planx.xpath.expr.axis.Axis

Packages that use Axis
org.planx.xpath.expr   
org.planx.xpath.expr.axis   
 

Uses of Axis in org.planx.xpath.expr
 

Methods in org.planx.xpath.expr that return Axis
 Axis Step.getAxis()
           
 

Constructors in org.planx.xpath.expr with parameters of type Axis
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.
 

Uses of Axis in org.planx.xpath.expr.axis
 

Subclasses of Axis in org.planx.xpath.expr.axis
 class AncestorAxis
          Ancestor axis and ancestor-or-self axis.
 class AnyAxis
           
 class AttributeAxis
           
 class ChildAxis
           
 class DescendantAxis
          Descendant axis and descendant-or-self axis.
 class FollowingSiblingAxis
          Contains all the following siblings of the context node.
 class ParentAxis
           
 class PrecedingSiblingAxis
          Contains all the preceding siblings of the context node.
 class SelfAxis
           
 



Copyright © 2010. All Rights Reserved.