java.io.Serializable, java.lang.Cloneable, javax.xml.transform.SourceLocator, PathComponent, SubContextList, ExpressionNode, ExpressionOwner, XPathVisitablepublic class ReverseAxesWalker extends AxesWalker
SCORE_NODETEST, SCORE_NONE, SCORE_NSWILD, SCORE_OTHER, SCORE_QNAME, SHOW_BYFUNCTION, SUPPORTS_PRE_STRIPPING, WILD| Modifier and Type | Method | Description |
|---|---|---|
void |
detach() |
Detaches the walker from the set which it iterated over, releasing
any computational resources and placing the iterator in the INVALID
state.
|
int |
getLastPos(XPathContext xctxt) |
Get the number of nodes in this node list.
|
boolean |
isDocOrdered() |
Returns true if all the nodes in the iteration well be returned in document
order.
|
boolean |
isReverseAxes() |
Tells if this is a reverse axes.
|
void |
setRoot(int root) |
Set the root node of the TreeWalker.
|
callVisitors, clone, deepEquals, getAnalysisBits, getAxis, getCurrentNode, getDTM, getExpression, getNextWalker, getPrevWalker, getRoot, init, nextNode, setDefaultDTM, setExpression, setNextWalker, setPrevWalker, wiasIterator, asIteratorRaw, asNode, assertion, bool, error, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isStableNumber, num, warn, xstrdebugWhatToShow, execute, execute, execute, getDefaultScore, getLocalName, getNamespace, getNodeTypeTest, getStaticScore, getWhatToShow, initNodeTest, initNodeTest, setLocalName, setNamespace, setStaticScore, setWhatToShowequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptNode, callPredicateVisitors, canTraverseOutsideSubtree, fixupVariables, getLocPathIterator, getPredicate, getPredicateCount, getPredicateIndex, getProximityPosition, getProximityPosition, initProximityPosition, resetProximityPositions, setLocPathIterator, setPredicateCountpublic void setRoot(int root)
setRoot in class AxesWalkerroot - The context node of this step.public void detach()
detach in class AxesWalkerpublic boolean isReverseAxes()
isReverseAxes in class PredicatedNodeTestpublic int getLastPos(XPathContext xctxt)
getLastPos in interface SubContextListgetLastPos in class AxesWalkerxctxt - The XPath runtime context.public boolean isDocOrdered()
isDocOrdered in class AxesWalkerCopyright © 2014 Apache XML Project. All Rights Reserved.