| java.lang.Object org.apache.commons.jxpath.ri.EvalContext org.apache.commons.jxpath.ri.axes.ChildContext
ChildContext | public class ChildContext extends EvalContext (Code) | | EvalContext that can walk the "child::", "following-sibling::" and
"preceding-sibling::" axes.
author: Dmitri Plotnikov version: $Revision: 1.16 $ $Date: 2004/03/25 03:49:50 $ |
ChildContext | public ChildContext(EvalContext parentContext, NodeTest nodeTest, boolean startFromParentLocation, boolean reverse)(Code) | | |
getSingleNodePointer | public Pointer getSingleNodePointer()(Code) | | This method is called on the last context on the path when only
one value is needed. Note that this will return the whole property,
even if it is a collection. It will not extract the first element
of the collection. For example, "books" will return the collection
of books rather than the first book from that collection.
|
nextNode | public boolean nextNode()(Code) | | |
reset | public void reset()(Code) | | |
setPosition | public boolean setPosition(int position)(Code) | | |
|
|