Package org.jaxen.expr
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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the target matched by this processing instruction node-step.getText()
Returns aString
containing the XPath expression.boolean
matches
(Object node, ContextSupport support) 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, toString
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
-
Method Details
-
getName
Description copied from interface:ProcessingInstructionNodeStep
Returns the target matched by this processing instruction node-step.- Specified by:
getName
in interfaceProcessingInstructionNodeStep
- Returns:
- the target of the processing instruction
-
getText
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
Description copied from interface:Step
Performs the node-test part of evaluating the step for the given node (which must be on the axis).
-