org.jaxen.expr
Class DefaultProcessingInstructionNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultProcessingInstructionNodeStep
- All Implemented Interfaces:
- 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
Method Summary |
String |
getName()
Deprecated. Returns the target matched by this processing instruction node-step. |
String |
getText()
Deprecated. Returns a String containing the XPath expression. |
boolean |
matches(Object node,
ContextSupport support)
Deprecated. Performs the node-test part of evaluating the step for the given node
(which must be on the axis). |
DefaultProcessingInstructionNodeStep
public DefaultProcessingInstructionNodeStep(IterableAxis axis,
String name,
PredicateSet predicateSet)
- Deprecated.
getName
public 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
getText
public String getText()
- Deprecated.
- Description copied from interface:
Step
- Returns a
String
containing the XPath expression.
- Specified by:
getText
in interface Step
- Overrides:
getText
in class DefaultStep
- Returns:
- the text form of this step
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
- Returns:
- true if the node matches this step; false if it doesn't
Copyright © 2001-2007 Codehaus. All Rights Reserved.