org.xmlpull.v1.builder.xpath.jaxen.expr
Class DefaultProcessingInstructionNodeStep

java.lang.Object
  extended by org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
      extended by org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultProcessingInstructionNodeStep
All Implemented Interfaces:
java.io.Serializable, Predicated, Step

public class DefaultProcessingInstructionNodeStep
extends DefaultStep

See Also:
Serialized Form

Constructor Summary
DefaultProcessingInstructionNodeStep(IterableAxis axis, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 boolean matches(java.lang.Object node, ContextSupport support)
           
 
Methods inherited from class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
addPredicate, axisIterator, 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
 

Constructor Detail

DefaultProcessingInstructionNodeStep

public DefaultProcessingInstructionNodeStep(IterableAxis axis,
                                            java.lang.String name)
Method Detail

getName

public java.lang.String getName()

matches

public boolean matches(java.lang.Object node,
                       ContextSupport support)