|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.Expression | +--org.apache.xpath.patterns.NodeTest | +--org.apache.xpath.axes.PredicatedNodeTest
Fields inherited from class org.apache.xpath.patterns.NodeTest |
SCORE_NODETEST,
SCORE_NONE,
SCORE_NSWILD,
SCORE_OTHER,
SCORE_QNAME,
SHOW_BYFUNCTION,
SHOW_NAMESPACE,
SUPPORTS_PRE_STRIPPING,
WILD |
Constructor Summary | |
PredicatedNodeTest()
Construct an AxesWalker. |
|
PredicatedNodeTest(LocPathIterator locPathIterator)
Construct an AxesWalker using a LocPathIterator. |
Method Summary | |
short |
acceptNode(Node n)
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator. |
boolean |
canTraverseOutsideSubtree()
Tell if this expression or it's subexpressions can traverse outside the current subtree. |
java.lang.Object |
clone()
Get a cloned AxesWalker. |
abstract int |
getLastPos(XPathContext xctxt)
Get the index of the last node that can be itterated to. |
LocPathIterator |
getLocPathIterator()
Get the owning location path iterator. |
int |
getPredicateCount()
Get the number of predicates that this walker has. |
int |
getPredicateIndex()
Get which predicate is executing. |
int |
getProximityPosition()
Get the current sub-context position. |
int |
getProximityPosition(XPathContext xctxt)
Get the current sub-context position. |
void |
initProximityPosition(int i)
Init the proximity position to zero for a forward axes. |
boolean |
isReverseAxes()
Tells if this is a reverse axes. |
void |
resetProximityPositions()
Reset the proximity positions counts. |
void |
setLocPathIterator(LocPathIterator li)
Set the location path iterator owner for this walker. |
void |
setPredicateCount(int count)
Set the number of predicates that this walker has. |
Methods inherited from class org.apache.xpath.patterns.NodeTest |
debugWhatToShow,
execute,
execute,
getDefaultScore,
getLocalName,
getNamespace,
getWhatToShow,
initNodeTest,
initNodeTest |
Methods inherited from class org.apache.xpath.Expression |
assert,
error,
setSourceLocator,
warn |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PredicatedNodeTest(LocPathIterator locPathIterator)
locPathIterator
- non-null reference to the parent iterator.public PredicatedNodeTest()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
public int getPredicateCount()
public void setPredicateCount(int count)
count
- The number of predicates, which must be equal or less
than the existing count.public int getProximityPosition()
public int getProximityPosition(XPathContext xctxt)
xctxt
- The XPath runtime context.public abstract int getLastPos(XPathContext xctxt)
xctxt
- XPath runtime context.public void resetProximityPositions()
public void initProximityPosition(int i) throws TransformerException
i
- The index into the m_proximityPositions array.public boolean isReverseAxes()
public int getPredicateIndex()
public short acceptNode(Node n)
n
- The node to check to see if it passes the filter or not.public LocPathIterator getLocPathIterator()
public void setLocPathIterator(LocPathIterator li)
li
- non-null reference to the owning location path iterator.public boolean canTraverseOutsideSubtree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |