org.jaxen.expr
Class DefaultProcessingInstructionNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultProcessingInstructionNodeStep
- All Implemented Interfaces:
- Predicated, ProcessingInstructionNodeStep, Serializable, Step, Visitable
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
Methods inherited from class org.jaxen.expr.DefaultStep |
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, getText, simplify, toString |
DefaultProcessingInstructionNodeStep
public DefaultProcessingInstructionNodeStep(IterableAxis axis,
String name,
PredicateSet predicateSet)
- Deprecated.
getName
public String getName()
- Deprecated.
- Specified by:
getName
in interface ProcessingInstructionNodeStep
matches
public boolean matches(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
accept
public void accept(Visitor visitor)
- Deprecated.
- Specified by:
accept
in interface Visitable
Copyright © 2001-2005 Codehaus. All Rights Reserved.