Package org.jaxen.expr
Class DefaultTextNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultTextNodeStep
- All Implemented Interfaces:
Serializable,Predicated,Step,TextNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultTextNodeStep(IterableAxis axis, PredicateSet predicateSet) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetText()Deprecated.Returns aStringcontaining the XPath expression.booleanmatches(Object node, ContextSupport support) Deprecated.Performs the node-test part of evaluating the step for the given node (which must be on the axis).Methods inherited from class org.jaxen.expr.DefaultStep
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSetMethods inherited from interface org.jaxen.expr.Step
axisIterator, evaluate, getAxis, simplify
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
DefaultTextNodeStep
Deprecated.
-
-
Method Details
-
matches
Deprecated.Description copied from interface:StepPerforms the node-test part of evaluating the step for the given node (which must be on the axis). -
getText
Deprecated.Description copied from interface:StepReturns aStringcontaining the XPath expression.- Specified by:
getTextin interfaceStep- Overrides:
getTextin classDefaultStep- Returns:
- the text form of this step
-