org.jaxen.expr
Class DefaultCommentNodeStep
java.lang.Object
org.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultCommentNodeStep
- All Implemented Interfaces:
- CommentNodeStep, Predicated, Serializable, Step, Visitable
Deprecated. this class will become non-public in the future;
use the interface instead
- public class DefaultCommentNodeStep
- extends DefaultStep
- implements CommentNodeStep
- See Also:
- Serialized Form
DefaultCommentNodeStep
public DefaultCommentNodeStep(IterableAxis axis,
PredicateSet predicateSet)
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class DefaultStep
getText
public String getText()
- Deprecated.
- Specified by:
getText
in interface Step
- Overrides:
getText
in class DefaultStep
matches
public boolean matches(Object node,
ContextSupport contextSupport)
- 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.