|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xpath.expr.axis.Axis
org.planx.xpath.expr.axis.FollowingSiblingAxis
public class FollowingSiblingAxis
Contains all the following siblings of the context node. If the context node is an attribute node the following-sibling axis is empty.
| Constructor Summary | |
|---|---|
FollowingSiblingAxis()
|
|
| Method Summary | |
|---|---|
int |
getPrincipalNodeType()
The principal node type of this axis is Navigator.ELEMENT. |
boolean |
isReverse()
Returns true if this axis is a reverse axis. |
AxisIterator |
iterator(Object contextNode,
Navigator navigator)
Return an iterator over the nodes of this axis. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FollowingSiblingAxis()
| Method Detail |
|---|
public AxisIterator iterator(Object contextNode,
Navigator navigator)
throws XPathException
Axis
iterator in class AxisXPathExceptionpublic int getPrincipalNodeType()
Navigator.ELEMENT.
getPrincipalNodeType in class Axispublic boolean isReverse()
Axistrue if this axis is a reverse axis.
I.e. returns nodes in reverse document order.
isReverse in class Axispublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||