|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xpath.expr.axis.Axis
public abstract class Axis
An XPath axis.
| Constructor Summary | |
|---|---|
Axis()
|
|
| Method Summary | |
|---|---|
abstract int |
getPrincipalNodeType()
Returns the principal node type of the axis as specified in Navigator. |
abstract boolean |
isReverse()
Returns true if this axis is a reverse axis. |
abstract AxisIterator |
iterator(Object contextNode,
Navigator navigator)
Return an iterator over the nodes of this axis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axis()
| Method Detail |
|---|
public abstract AxisIterator iterator(Object contextNode,
Navigator navigator)
throws XPathException
XPathExceptionpublic abstract int getPrincipalNodeType()
Navigator.
public abstract boolean isReverse()
true if this axis is a reverse axis.
I.e. returns nodes in reverse document order.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||