org.jaxen.expr
Class DefaultCommentNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultCommentNodeStep
- All Implemented Interfaces:
- java.io.Serializable, CommentNodeStep, Predicated, Step
Deprecated. this class will become non-public in the future;
use the interface instead
public class DefaultCommentNodeStep
- extends DefaultStep
- implements CommentNodeStep
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- See Also:
- Constant Field Values
DefaultCommentNodeStep
public DefaultCommentNodeStep(IterableAxis axis,
PredicateSet predicateSet)
- Deprecated.
toString
public java.lang.String toString()
- Deprecated.
- Overrides:
toString
in class DefaultStep
getText
public java.lang.String getText()
- Deprecated.
- Description copied from interface:
Step
- Returns a
String
containing the XPath expression.
- Specified by:
getText
in interface Step
- Overrides:
getText
in class DefaultStep
- Returns:
- the text form of this step
matches
public boolean matches(java.lang.Object node,
ContextSupport contextSupport)
- Deprecated.
- Description copied from interface:
Step
- Performs the node-test part of evaluating the step for the given node
(which must be on the axis).
- Specified by:
matches
in interface Step
- Returns:
- true if the node matches this step; false if it doesn't