Uses of Class
org.jaxen.ContextSupport
-
Packages that use ContextSupport Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.expr Interfaces and default implementations for XPath expression components.org.jaxen.expr.iter Axis iterator creation functors. -
-
Uses of ContextSupport in org.jaxen
Methods in org.jaxen that return ContextSupport Modifier and Type Method Description protected ContextSupportBaseXPath. getContextSupport()Retrieve theContextSupportaggregation ofNamespaceContext,FunctionContext,VariableContext, andNavigator.ContextSupportContext. getContextSupport()Retrieve theContextSupport.Methods in org.jaxen with parameters of type ContextSupport Modifier and Type Method Description voidContext. setContextSupport(ContextSupport contextSupport)Set theContextSupport.Constructors in org.jaxen with parameters of type ContextSupport Constructor Description Context(ContextSupport contextSupport)Create a new context. -
Uses of ContextSupport in org.jaxen.expr
Methods in org.jaxen.expr with parameters of type ContextSupport Modifier and Type Method Description java.util.ListPredicateSet. applyPredicate(Predicate predicate, java.util.List nodes2Filter, ContextSupport support)java.util.IteratorDefaultStep. axisIterator(java.lang.Object contextNode, ContextSupport support)Deprecated.java.util.IteratorStep. axisIterator(java.lang.Object contextNode, ContextSupport support)Get an Iterator for the current axis starting in the given contextNode.protected booleanPredicateSet. evaluateAsBoolean(java.util.List contextNodeSet, ContextSupport support)Returns true if any of the supplied nodes satisfy all the predicates in the set.protected java.util.ListPredicateSet. evaluatePredicates(java.util.List contextNodeSet, ContextSupport support)Returns all of the supplied nodes that satisfy all the predicates in the set.booleanDefaultAllNodeStep. matches(java.lang.Object node, ContextSupport contextSupport)Deprecated.booleanDefaultCommentNodeStep. matches(java.lang.Object node, ContextSupport contextSupport)Deprecated.booleanDefaultNameStep. matches(java.lang.Object node, ContextSupport contextSupport)Deprecated.Checks whether the node matches this step.booleanDefaultProcessingInstructionNodeStep. matches(java.lang.Object node, ContextSupport support)Deprecated.booleanDefaultTextNodeStep. matches(java.lang.Object node, ContextSupport support)Deprecated.booleanStep. matches(java.lang.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 ContextSupport Modifier and Type Method Description java.util.IteratorIterableAncestorAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableAncestorOrSelfAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableAttributeAxis. iterator(java.lang.Object contextNode, ContextSupport support)Gets an iterator for the attribute axis.abstract java.util.IteratorIterableAxis. iterator(java.lang.Object contextNode, ContextSupport support)Gets the iterator for a specific XPath axis.java.util.IteratorIterableChildAxis. iterator(java.lang.Object contextNode, ContextSupport support)Gets the iterator for the child axis.java.util.IteratorIterableDescendantAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableDescendantOrSelfAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableFollowingAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableFollowingSiblingAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableNamespaceAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableParentAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterablePrecedingAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterablePrecedingSiblingAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableSelfAxis. iterator(java.lang.Object contextNode, ContextSupport support)java.util.IteratorIterableAttributeAxis. namedAccessIterator(java.lang.Object contextNode, ContextSupport support, java.lang.String localName, java.lang.String namespacePrefix, java.lang.String namespaceURI)Gets the iterator for the attribute axis that supports named access.java.util.IteratorIterableAxis. namedAccessIterator(java.lang.Object contextNode, ContextSupport support, java.lang.String localName, java.lang.String namespacePrefix, java.lang.String namespaceURI)Gets the iterator for a specific XPath axis that supports named access.java.util.IteratorIterableChildAxis. namedAccessIterator(java.lang.Object contextNode, ContextSupport support, java.lang.String localName, java.lang.String namespacePrefix, java.lang.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?
-