org.jaxen.expr
Class DefaultProcessingInstructionNodeStep

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

Deprecated. this class will become non-public in the future; use the interface instead

public class DefaultProcessingInstructionNodeStep
extends DefaultStep
implements ProcessingInstructionNodeStep

See Also:
Serialized Form

Field Summary
private  java.lang.String name
          Deprecated.  
private static long serialVersionUID
          Deprecated.  
 
Constructor Summary
DefaultProcessingInstructionNodeStep(IterableAxis axis, java.lang.String name, PredicateSet predicateSet)
          Deprecated.  
 
Method Summary
 java.lang.String getName()
          Deprecated. Returns the target matched by this processing instruction node-step.
 boolean matches(java.lang.Object node, ContextSupport support)
          Deprecated. Performs the node-test part of evaluating the step for the given node (which must be on the axis).
 
Methods inherited from class org.jaxen.expr.DefaultStep
addPredicate, axisIterator, evaluate, 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
 
Methods inherited from interface org.jaxen.expr.Step
axisIterator, evaluate, getAxis, getText, simplify
 
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

name

private java.lang.String name
Deprecated. 
Constructor Detail

DefaultProcessingInstructionNodeStep

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

getName

public java.lang.String getName()
Deprecated. 
Description copied from interface: ProcessingInstructionNodeStep
Returns the target matched by this processing instruction node-step.

Specified by:
getName in interface ProcessingInstructionNodeStep
Returns:
the target of the processing instruction

matches

public boolean matches(java.lang.Object node,
                       ContextSupport support)
Deprecated. 
Description copied from interface: Step
Performs the node-test part of evaluating the step for the given node (which must be on the axis).

Specified by:
matches in interface Step
Returns:
true if the node matches this step; false if it doesn't