|
||||||||||
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.NodeSetContext
org.apache.commons.jxpath.ri.axes.UnionContext
public class 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)
Create a new UnionContext. |
Method Summary | |
---|---|
int |
getDocumentOrder()
Determines the document order for this context. |
boolean |
setPosition(int position)
Moves the current position to the specified index. |
Methods inherited from class org.apache.commons.jxpath.ri.axes.NodeSetContext |
---|
getCurrentNodePointer, getNodeSet, nextNode, nextSet |
Methods inherited from class org.apache.commons.jxpath.ri.EvalContext |
---|
getContextNodeList, getContextNodePointer, getCurrentPosition, getJXPathContext, getPosition, getRootContext, getSingleNodePointer, getValue, hasNext, isChildOrderingRequired, next, remove, reset, sortPointers, 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)
parentContext
- parent contextcontexts
- child contextsMethod Detail |
---|
public int getDocumentOrder()
EvalContext
getDocumentOrder
in class EvalContext
public boolean setPosition(int position)
EvalContext
setPosition
in class NodeSetContext
position
- to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |