|
|||||||||||
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.DefaultCommentNodeStep
Constructor Summary | |
DefaultCommentNodeStep(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 DefaultCommentNodeStep(IterableAxis axis, PredicateSet predicateSet)
Method Detail |
public java.lang.String toString()
toString
in class DefaultStep
public java.lang.String getText()
getText
in interface Step
getText
in class DefaultStep
public boolean matches(java.lang.Object node, ContextSupport contextSupport)
Step
matches
in interface Step
public void accept(Visitor visitor)
accept
in interface Visitable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |