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 ContextSupportBaseXPath.getContextSupport()Retrieve theContextSupportaggregation ofNamespaceContext,FunctionContext,VariableContext, andNavigator.Context.getContextSupport()Retrieve theContextSupport.Methods in org.jaxen with parameters of type ContextSupportModifier and TypeMethodDescriptionvoidContext.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) Step.axisIterator(Object contextNode, ContextSupport support) Get an Iterator for the current axis starting in the given contextNode.protected booleanPredicateSet.evaluateAsBoolean(List contextNodeSet, ContextSupport support) Returns true if any of the supplied nodes satisfy all the predicates in the set.protected ListPredicateSet.evaluatePredicates(List contextNodeSet, ContextSupport support) Returns all of the supplied nodes that satisfy all the predicates in the set.booleanDefaultAllNodeStep.matches(Object node, ContextSupport contextSupport) booleanDefaultCommentNodeStep.matches(Object node, ContextSupport contextSupport) booleanDefaultNameStep.matches(Object node, ContextSupport contextSupport) Checks whether the node matches this step.booleanDefaultProcessingInstructionNodeStep.matches(Object node, ContextSupport support) booleanDefaultTextNodeStep.matches(Object node, ContextSupport support) booleanStep.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 IteratorIterableAxis.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.booleanIterableAttributeAxis.supportsNamedAccess(ContextSupport support) Does this axis support named access?booleanIterableAxis.supportsNamedAccess(ContextSupport support) Does this axis support named access?booleanIterableChildAxis.supportsNamedAccess(ContextSupport support) Does this axis support named access?