Class DefaultCommentNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultCommentNodeStep
- All Implemented Interfaces:
Serializable, CommentNodeStep, Predicated, Step
- See Also:
-
Method Summary
Methods inherited from class DefaultStep
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplifyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Predicated
addPredicate, getPredicates, getPredicateSetMethods inherited from interface Step
axisIterator, evaluate, getAxis, simplify
-
Method Details
-
toString
- Overrides:
toStringin classDefaultStep
-
getText
-
matches
Description copied from interface:StepPerforms the node-test part of evaluating the step for the given node (which must be on the axis).
-