|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.commons.jxpath.ri.EvalContext
|
+--org.apache.commons.jxpath.ri.axes.UnionContext
EvalContext that represents a union between other contexts - result of a union operation like (a | b)
| Field Summary |
| Fields inherited from class org.apache.commons.jxpath.ri.EvalContext |
parentContext, position, rootContext |
| Constructor Summary | |
UnionContext(EvalContext parentContext,
EvalContext[] contexts)
|
|
| Method Summary | |
NodePointer |
getCurrentNodePointer()
Returns the current context node. |
int |
getDocumentOrder()
Determines the document order for this context. |
boolean |
nextNode()
Returns true if there is another object in the current set. |
boolean |
nextSet()
Returns true if there is another sets of objects to interate over. |
boolean |
setPosition(int position)
Moves the current position to the specified index. |
| Methods inherited from class org.apache.commons.jxpath.ri.EvalContext |
getContextNodeList, getContextNodePointer, getCurrentPosition, getJXPathContext, getPointerList, getPosition, getRootContext, getSingleNodePointer, hasNext, next, remove, reset, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnionContext(EvalContext parentContext,
EvalContext[] contexts)
| Method Detail |
public int getDocumentOrder()
EvalContext
getDocumentOrder in class EvalContextpublic NodePointer getCurrentNodePointer()
EvalContext
getCurrentNodePointer in class EvalContextpublic boolean setPosition(int position)
EvalContext
setPosition in class EvalContextpublic boolean nextSet()
EvalContext
nextSet 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 | |||||||||