org.jaxen.expr

Interface ProcessingInstructionNodeStep

All Superinterfaces:
Predicated, Serializable, Step
Known Implementing Classes:
DefaultProcessingInstructionNodeStep

public interface ProcessingInstructionNodeStep
extends Step

Represents the XPath node-test processing-instruction().

Method Summary

String
getName()
Returns the target matched by this processing instruction node-step.

Methods inherited from interface org.jaxen.expr.Predicated

addPredicate, getPredicateSet, getPredicates

Methods inherited from interface org.jaxen.expr.Step

axisIterator, evaluate, getAxis, getText, matches, simplify

Method Details

getName

public String getName()
Returns the target matched by this processing instruction node-step.
Returns:
the target of the processing instruction