org.jaxen.expr
Class DefaultProcessingInstructionNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultProcessingInstructionNodeStep
- All Implemented Interfaces:
- Predicated, ProcessingInstructionNodeStep, java.io.Serializable, Step, Visitable
- public class DefaultProcessingInstructionNodeStep
- extends DefaultStep
- implements ProcessingInstructionNodeStep
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
name
|
Method Summary |
void |
accept(Visitor visitor)
|
java.lang.String |
getName()
|
boolean |
matches(java.lang.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, getText, simplify, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
DefaultProcessingInstructionNodeStep
public DefaultProcessingInstructionNodeStep(IterableAxis axis,
java.lang.String name,
PredicateSet predicateSet)
getName
public java.lang.String getName()
- Specified by:
getName
in interface ProcessingInstructionNodeStep
matches
public boolean matches(java.lang.Object node,
ContextSupport support)
- Description copied from interface:
Step
- Performs the node-test part of evaluating the step for the given node
(which must be on the axis).
- Specified by:
matches
in interface Step
accept
public void accept(Visitor visitor)
- Specified by:
accept
in interface Visitable