Uses of Class org.jaxen.ContextSupport

Uses in package org.jaxen.expr

Methods with parameter type org.jaxen.ContextSupport

boolean
PredicateSet.anyMatchingNode(List contextNodeSet, ContextSupport support)
List
PredicateSet.applyPredicate(Predicate predicate, List nodes2Filter, ContextSupport support)
Iterator
DefaultStep.axisIterator(Object contextNode, ContextSupport support)
Iterator
Step.axisIterator(Object contextNode, ContextSupport support)
Get an Iterator for the current axis starting in the given contextNode.
boolean
PredicateSet.evaluateAsBoolean(List contextNodeSet, ContextSupport support)
Returns true if any of the supplied nodes satisfy all the predicates in the set.
List
PredicateSet.evaluatePredicates(List contextNodeSet, ContextSupport support)
Returns all of the supplied nodes that satisfy all the predicates in the set.
boolean
DefaultAllNodeStep.matches(Object node, ContextSupport contextSupport)
boolean
DefaultCommentNodeStep.matches(Object node, ContextSupport contextSupport)
boolean
DefaultNameStep.matches(Object node, ContextSupport contextSupport)
Checks whether the node matches this step.
boolean
boolean
boolean
Step.matches(Object node, ContextSupport contextSupport)
Performs the node-test part of evaluating the step for the given node (which must be on the axis).

Uses in package org.jaxen

Constructors with parameter type org.jaxen.ContextSupport

Context.Context(ContextSupport contextSupport)
Create a new context.

Fields of type org.jaxen.ContextSupport

ContextSupport
Context-support
ContextSupport
the support information and function, namespace and variable contexts

Methods with parameter type org.jaxen.ContextSupport

void
Set the ContextSupport.

Methods with return type org.jaxen.ContextSupport

ContextSupport
Retrieve the ContextSupport aggregation of NamespaceContext, FunctionContext, VariableContext, and Navigator.
ContextSupport
Retrieve the ContextSupport.

Uses in package org.jaxen.expr.iter

Methods with parameter type org.jaxen.ContextSupport

Iterator
IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
Gets an iterator for the attribute axis.
Iterator
IterableAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
IterableChildAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for the child axis.
Iterator
IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
Iterator
IterableFollowingAxis.iterator(Object contextNode, ContextSupport support)
Iterator
Gets the iterator for a specific XPath axis.
Iterator
IterableNamespaceAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterableParentAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
Iterator
IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterableAttributeAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
Gets the iterator for the attribute axis that supports named access.
Iterator
IterableAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
Gets the iterator for a specific XPath axis that supports named access.
Iterator
IterableChildAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
Gets an iterator for the child XPath axis that supports named access.
boolean
Does this axis support named access?
boolean
Does this axis support named access?
boolean
Does this axis support named access?