Class DefaultProcessingInstructionNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultProcessingInstructionNodeStep
- All Implemented Interfaces:
Serializable, Predicated, ProcessingInstructionNodeStep, Step
public class DefaultProcessingInstructionNodeStep
extends DefaultStep
implements ProcessingInstructionNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringDeprecated.private static final longDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDefaultProcessingInstructionNodeStep(IterableAxis axis, String name, PredicateSet predicateSet) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Returns the target matched by this processing instruction node-step.getText()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 DefaultStep
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify, toStringMethods 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
name
Deprecated.
-
-
Constructor Details
-
DefaultProcessingInstructionNodeStep
public DefaultProcessingInstructionNodeStep(IterableAxis axis, String name, PredicateSet predicateSet) Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:ProcessingInstructionNodeStepReturns the target matched by this processing instruction node-step.- Specified by:
getNamein interfaceProcessingInstructionNodeStep- Returns:
- the target of the processing instruction
-
getText
-
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).
-