Uses of Class
org.jaxen.ContextSupport
Packages that use ContextSupport
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
Axis iterator creation functors.
-
Uses of ContextSupport in org.jaxen
Methods in org.jaxen that return ContextSupportModifier and TypeMethodDescriptionprotected ContextSupport
BaseXPath.getContextSupport()
Retrieve theContextSupport
aggregation ofNamespaceContext
,FunctionContext
,VariableContext
, andNavigator
.Context.getContextSupport()
Retrieve theContextSupport
.Methods in org.jaxen with parameters of type ContextSupportModifier and TypeMethodDescriptionvoid
Context.setContextSupport
(ContextSupport contextSupport) Set theContextSupport
.Constructors in org.jaxen with parameters of type ContextSupport -
Uses of ContextSupport in org.jaxen.expr
Methods in org.jaxen.expr with parameters of type ContextSupportModifier and TypeMethodDescriptionPredicateSet.applyPredicate
(Predicate predicate, List nodes2Filter, ContextSupport support) DefaultStep.axisIterator
(Object contextNode, ContextSupport support) Deprecated.Step.axisIterator
(Object contextNode, ContextSupport support) Get an Iterator for the current axis starting in the given contextNode.protected boolean
PredicateSet.evaluateAsBoolean
(List contextNodeSet, ContextSupport support) Returns true if any of the supplied nodes satisfy all the predicates in the set.protected 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) Deprecated.boolean
DefaultCommentNodeStep.matches
(Object node, ContextSupport contextSupport) Deprecated.boolean
DefaultNameStep.matches
(Object node, ContextSupport contextSupport) Deprecated.Checks whether the node matches this step.boolean
DefaultProcessingInstructionNodeStep.matches
(Object node, ContextSupport support) Deprecated.boolean
DefaultTextNodeStep.matches
(Object node, ContextSupport support) Deprecated.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 of ContextSupport in org.jaxen.expr.iter
Methods in org.jaxen.expr.iter with parameters of type ContextSupportModifier and TypeMethodDescriptionIterableAncestorAxis.iterator
(Object contextNode, ContextSupport support) IterableAncestorOrSelfAxis.iterator
(Object contextNode, ContextSupport support) IterableAttributeAxis.iterator
(Object contextNode, ContextSupport support) Gets an iterator for the attribute axis.abstract Iterator
IterableAxis.iterator
(Object contextNode, ContextSupport support) Gets the iterator for a specific XPath axis.IterableChildAxis.iterator
(Object contextNode, ContextSupport support) Gets the iterator for the child axis.IterableDescendantAxis.iterator
(Object contextNode, ContextSupport support) IterableDescendantOrSelfAxis.iterator
(Object contextNode, ContextSupport support) IterableFollowingAxis.iterator
(Object contextNode, ContextSupport support) IterableFollowingSiblingAxis.iterator
(Object contextNode, ContextSupport support) IterableNamespaceAxis.iterator
(Object contextNode, ContextSupport support) IterableParentAxis.iterator
(Object contextNode, ContextSupport support) IterablePrecedingAxis.iterator
(Object contextNode, ContextSupport support) IterablePrecedingSiblingAxis.iterator
(Object contextNode, ContextSupport support) IterableSelfAxis.iterator
(Object contextNode, ContextSupport support) IterableAttributeAxis.namedAccessIterator
(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets the iterator for the attribute axis that supports named access.IterableAxis.namedAccessIterator
(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets the iterator for a specific XPath axis that supports named access.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
IterableAttributeAxis.supportsNamedAccess
(ContextSupport support) Does this axis support named access?boolean
IterableAxis.supportsNamedAccess
(ContextSupport support) Does this axis support named access?boolean
IterableChildAxis.supportsNamedAccess
(ContextSupport support) Does this axis support named access?