Package org.jaxen.expr
Class DefaultStep
java.lang.Object
org.jaxen.expr.DefaultStep
- All Implemented Interfaces:
Serializable
,Predicated
,Step
- Direct Known Subclasses:
DefaultAllNodeStep
,DefaultCommentNodeStep
,DefaultNameStep
,DefaultProcessingInstructionNodeStep
,DefaultTextNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IterableAxis
Deprecated.private PredicateSet
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPredicate
(Predicate predicate) Deprecated.Add an additional predicate to this object.axisIterator
(Object contextNode, ContextSupport support) Deprecated.Get an Iterator for the current axis starting in the given contextNode.Deprecated.For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates.int
getAxis()
Deprecated.Get an identifier for the current axis.Deprecated.Deprecated.Deprecated.Returns a possibly empty list of predicates.Deprecated.Returns a possibly empty set of predicates.getText()
Deprecated.Returns aString
containing the XPath expression.void
simplify()
Deprecated.Simplifies the XPath step.toString()
Deprecated.
-
Field Details
-
axis
Deprecated. -
predicates
Deprecated.
-
-
Constructor Details
-
DefaultStep
Deprecated.
-
-
Method Details
-
addPredicate
Deprecated.Description copied from interface:Predicated
Add an additional predicate to this object.- Specified by:
addPredicate
in interfacePredicated
- Parameters:
predicate
- the predicate to add
-
getPredicates
Deprecated.Description copied from interface:Predicated
Returns a possibly empty list of predicates.- Specified by:
getPredicates
in interfacePredicated
- Returns:
- the list of predicates
-
getPredicateSet
Deprecated.Description copied from interface:Predicated
Returns a possibly empty set of predicates.- Specified by:
getPredicateSet
in interfacePredicated
- Returns:
- the set of predicates
-
getAxis
public int getAxis()Deprecated.Description copied from interface:Step
Get an identifier for the current axis. -
getIterableAxis
Deprecated. -
getAxisName
Deprecated. -
getText
Deprecated.Description copied from interface:Step
Returns aString
containing the XPath expression. -
toString
Deprecated. -
simplify
public void simplify()Deprecated.Description copied from interface:Step
Simplifies the XPath step. In practice, this is usually a noop. Jaxen does not currently perform any simplification. -
axisIterator
public Iterator axisIterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException Deprecated.Description copied from interface:Step
Get an Iterator for the current axis starting in the given contextNode.- Specified by:
axisIterator
in interfaceStep
- Parameters:
contextNode
- the node from which to follow this stepsupport
- the remaining context for the traversal- Returns:
- an iterator over the nodes along the axis
- Throws:
UnsupportedAxisException
- if the navigator does not support this step's axis
-
evaluate
Deprecated.Description copied from interface:Step
For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates.- Specified by:
evaluate
in interfaceStep
- Returns:
- a list of matching nodes
- Throws:
JaxenException
-