Package org.jaxen.expr
Interface ProcessingInstructionNodeStep
- All Superinterfaces:
Predicated
,Serializable
,Step
- All Known Implementing Classes:
DefaultProcessingInstructionNodeStep
Represents the XPath node-test
processing-instruction()
.-
Method Summary
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
-
Method Details
-
getName
String getName()Returns the target matched by this processing instruction node-step.- Returns:
- the target of the processing instruction
-