|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultAllNodeStep
public class DefaultAllNodeStep
Constructor Summary | |
---|---|
DefaultAllNodeStep(IterableAxis axis,
PredicateSet predicateSet)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getText()
Deprecated. Returns a String containing the XPath expression. |
boolean |
matches(java.lang.Object node,
ContextSupport contextSupport)
Deprecated. Performs the node-test part of evaluating the step for the given node (which must be on the axis). |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class org.jaxen.expr.DefaultStep |
---|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jaxen.expr.Step |
---|
axisIterator, evaluate, getAxis, simplify |
Methods inherited from interface org.jaxen.expr.Predicated |
---|
addPredicate, getPredicates, getPredicateSet |
Constructor Detail |
---|
public DefaultAllNodeStep(IterableAxis axis, PredicateSet predicateSet)
Method Detail |
---|
public java.lang.String toString()
toString
in class DefaultStep
public java.lang.String getText()
Step
String
containing the XPath expression.
getText
in interface Step
getText
in class DefaultStep
public boolean matches(java.lang.Object node, ContextSupport contextSupport)
Step
matches
in interface Step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |