public class DefaultProcessingInstructionNodeStep extends DefaultStep implements ProcessingInstructionNodeStep
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
DefaultProcessingInstructionNodeStep(IterableAxis axis,
java.lang.String name,
PredicateSet predicateSet)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Deprecated.
Returns the target matched by this processing instruction node-step.
|
java.lang.String |
getText()
Deprecated.
Returns a
String containing the XPath expression. |
boolean |
matches(java.lang.Object node,
ContextSupport support)
Deprecated.
Performs the node-test part of evaluating the step for the given node
(which must be on the axis).
|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaxisIterator, evaluate, getAxis, simplifyaddPredicate, getPredicates, getPredicateSetprivate static final long serialVersionUID
private java.lang.String name
public DefaultProcessingInstructionNodeStep(IterableAxis axis, java.lang.String name, PredicateSet predicateSet)
public java.lang.String getName()
ProcessingInstructionNodeStepgetName in interface ProcessingInstructionNodeSteppublic java.lang.String getText()
StepString containing the XPath expression.getText in interface StepgetText in class DefaultSteppublic boolean matches(java.lang.Object node,
ContextSupport support)
Step