Package org.jaxen.expr
Interface ProcessingInstructionNodeStep
-
- All Superinterfaces:
Predicated
,java.io.Serializable
,Step
- All Known Implementing Classes:
DefaultProcessingInstructionNodeStep
public interface ProcessingInstructionNodeStep extends Step
Represents the XPath node-testprocessing-instruction()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the target matched by this processing instruction node-step.-
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
-
-