org.planx.xpath.expr.axis
Class ChildAxis
java.lang.Object
org.planx.xpath.expr.axis.Axis
org.planx.xpath.expr.axis.ChildAxis
public class ChildAxis
- extends Axis
ChildAxis
public ChildAxis()
iterator
public AxisIterator iterator(Object contextNode,
Navigator navigator)
throws XPathException
- Description copied from class:
Axis
- Return an iterator over the nodes of this axis.
- Specified by:
iterator in class Axis
- Throws:
XPathException
getPrincipalNodeType
public int getPrincipalNodeType()
- The principal node type of this axis is
Navigator.ELEMENT.
- Specified by:
getPrincipalNodeType in class Axis
isReverse
public boolean isReverse()
- Description copied from class:
Axis
- Returns
true if this axis is a reverse axis.
I.e. returns nodes in reverse document order.
- Specified by:
isReverse in class Axis
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.