Package 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
public class DefaultCommentNodeStep extends DefaultStep implements CommentNodeStep
Deprecated.this class will become non-public in the future; use the interface instead- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description DefaultCommentNodeStep(IterableAxis axis, PredicateSet predicateSet)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getText()
Deprecated.Returns aString
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 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.Predicated
addPredicate, getPredicates, getPredicateSet
-
Methods inherited from interface org.jaxen.expr.Step
axisIterator, evaluate, getAxis, simplify
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultCommentNodeStep
public DefaultCommentNodeStep(IterableAxis axis, PredicateSet predicateSet)
Deprecated.
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classDefaultStep
-
getText
public java.lang.String getText()
Deprecated.Description copied from interface:Step
Returns aString
containing the XPath expression.- Specified by:
getText
in interfaceStep
- Overrides:
getText
in classDefaultStep
- 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).
-
-