|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjd.xml.xpath.axis.Axis
jd.xml.xpath.axis.FollowingSiblingAxis
FollowingSiblingAxis represents the following-sibling axis.
| Field Summary | |
static Axis |
INSTANCE
The axis instance. |
| Method Summary | |
ModelWalker |
getModelWalker()
Return this. |
void |
getNodes(XPathNode node,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
XPathNode |
gotoFirstNode(XPathNode contextNode)
Return the next sibling. |
XPathNode |
gotoNextNode(XPathNode lastNode)
Return the next sibling. |
| Methods inherited from class jd.xml.xpath.axis.Axis |
getFirstNode, getMaxResultSize, getMinResultSize, getName, getPrincipalNodeType, getProximityModelWalker, isDistinctAxis, isForwardAxis, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Axis INSTANCE
| Method Detail |
public void getNodes(XPathNode node,
NodeTest nodeTest,
XMutableNodeSet result)
getNodes in class Axisnode - the context nodenodeTest - the node testresult - a nodeset for the matching nodes.public ModelWalker getModelWalker()
getModelWalker in class Axispublic XPathNode gotoFirstNode(XPathNode contextNode)
gotoFirstNode in interface ModelWalkerpublic XPathNode gotoNextNode(XPathNode lastNode)
gotoNextNode in interface ModelWalkerlastNode - a XPathNode obtained from the last call
to gotoFirstNode or gotoNextNode.
If the node is another node the behaviour is not determined.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||