|
|||||||||||
| 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
| Field Summary |
| Fields inherited from class org.jaxen.expr.DefaultStep |
|
| Constructor Summary | |
DefaultAllNodeStep(IterableAxis axis,
PredicateSet predicateSet)
|
|
| Method Summary | |
void |
accept(Visitor visitor)
|
java.lang.String |
getText()
|
boolean |
matches(java.lang.Object node,
ContextSupport contextSupport)
Performs the node-test part of evaluating the step for the given node (which must be on the axis). |
java.lang.String |
toString()
|
| 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 DefaultSteppublic java.lang.String getText()
getText in interface StepgetText in class DefaultStep
public boolean matches(java.lang.Object node,
ContextSupport contextSupport)
Step
matches in interface Steppublic void accept(Visitor visitor)
accept in interface Visitable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||