Package org.jaxen.expr
Interface ProcessingInstructionNodeStep
-
- All Superinterfaces:
Predicated,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 StringgetName()Returns the target matched by this processing instruction node-step.-
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
-
-
-
-
Method Detail
-
getName
String getName()
Returns the target matched by this processing instruction node-step.- Returns:
- the target of the processing instruction
-
-