public class DefaultCommentNodeStep extends DefaultStep implements CommentNodeStep
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
DefaultCommentNodeStep(IterableAxis axis,
PredicateSet predicateSet)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaxisIterator, evaluate, getAxis, simplifyaddPredicate, getPredicates, getPredicateSetprivate static final long serialVersionUID
public DefaultCommentNodeStep(IterableAxis axis, PredicateSet predicateSet)
public java.lang.String toString()
toString in class DefaultSteppublic java.lang.String getText()
StepString containing the XPath expression.getText in interface StepgetText in class DefaultSteppublic boolean matches(java.lang.Object node,
ContextSupport contextSupport)
Step