org.planx.xpath.expr.axis
Class AnyAxis

java.lang.Object
  extended by org.planx.xpath.expr.axis.Axis
      extended by org.planx.xpath.expr.axis.DescendantAxis
          extended by org.planx.xpath.expr.axis.AnyAxis

public class AnyAxis
extends DescendantAxis


Constructor Summary
AnyAxis()
           
 
Method Summary
 boolean isReverse()
          Returns true if this axis is a reverse axis.
 AxisIterator iterator(Object contextNode, Navigator navigator)
          The descendant nodes are visited in document order.
 String toString()
           
 
Methods inherited from class org.planx.xpath.expr.axis.DescendantAxis
getPrincipalNodeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnyAxis

public AnyAxis()
Method Detail

iterator

public AxisIterator iterator(Object contextNode,
                             Navigator navigator)
                      throws XPathException
Description copied from class: DescendantAxis
The descendant nodes are visited in document order.

Overrides:
iterator in class DescendantAxis
Throws:
XPathException

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.

Overrides:
isReverse in class DescendantAxis

toString

public String toString()
Overrides:
toString in class DescendantAxis


Copyright © 2010. All Rights Reserved.