|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jxpath.ri.EvalContext
org.apache.commons.jxpath.ri.axes.ParentContext
EvalContext that walks the "parent::" axis.
| Field Summary | |
private NodePointer |
currentNodePointer
|
private NodeTest |
nodeTest
|
private boolean |
setStarted
|
| Fields inherited from class org.apache.commons.jxpath.ri.EvalContext |
parentContext, position, rootContext |
| Constructor Summary | |
ParentContext(EvalContext parentContext,
NodeTest nodeTest)
|
|
| Method Summary | |
NodePointer |
getCurrentNodePointer()
Returns the current context node. |
int |
getCurrentPosition()
|
int |
getDocumentOrder()
Determines the document order for this context. |
boolean |
nextNode()
Returns true if there is another object in the current set. |
void |
reset()
Sets current position = 0, which is the pre-iteration state. |
boolean |
setPosition(int position)
Moves the current position to the specified index. |
| Methods inherited from class org.apache.commons.jxpath.ri.EvalContext |
getContextNodeList, getContextNodePointer, getJXPathContext, getNodeSet, getPosition, getRootContext, getSingleNodePointer, getValue, hasNext, isChildOrderingRequired, next, nextSet, remove, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private NodeTest nodeTest
private boolean setStarted
private NodePointer currentNodePointer
| Constructor Detail |
public ParentContext(EvalContext parentContext,
NodeTest nodeTest)
| Method Detail |
public NodePointer getCurrentNodePointer()
EvalContext
getCurrentNodePointer in class EvalContextpublic int getCurrentPosition()
getCurrentPosition in class EvalContextpublic int getDocumentOrder()
EvalContext
getDocumentOrder in class EvalContextpublic void reset()
EvalContext
reset in class EvalContextpublic boolean setPosition(int position)
EvalContext
setPosition in class EvalContextpublic boolean nextNode()
EvalContext
nextNode in class EvalContext
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||