|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextSupport | |
---|---|
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 | |
---|---|
ContextSupport |
Context.getContextSupport()
Retrieve the ContextSupport . |
protected ContextSupport |
BaseXPath.getContextSupport()
Retrieve the ContextSupport aggregation of
NamespaceContext , FunctionContext ,
VariableContext , and Navigator . |
Methods in org.jaxen with parameters of type ContextSupport | |
---|---|
void |
Context.setContextSupport(ContextSupport contextSupport)
Set the ContextSupport . |
Constructors in org.jaxen with parameters of type ContextSupport | |
---|---|
Context(ContextSupport contextSupport)
Create a new context. |
Uses of ContextSupport in org.jaxen.expr |
---|
Methods in org.jaxen.expr with parameters of type ContextSupport | |
---|---|
List |
PredicateSet.applyPredicate(Predicate predicate,
List nodes2Filter,
ContextSupport support)
|
Iterator |
Step.axisIterator(Object contextNode,
ContextSupport support)
Get an Iterator for the current axis starting in the given contextNode. |
Iterator |
DefaultStep.axisIterator(Object contextNode,
ContextSupport support)
Deprecated. |
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 |
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). |
boolean |
DefaultTextNodeStep.matches(Object node,
ContextSupport support)
Deprecated. |
boolean |
DefaultProcessingInstructionNodeStep.matches(Object node,
ContextSupport support)
Deprecated. |
boolean |
DefaultNameStep.matches(Object node,
ContextSupport contextSupport)
Deprecated. Checks whether the node matches this step. |
boolean |
DefaultCommentNodeStep.matches(Object node,
ContextSupport contextSupport)
Deprecated. |
boolean |
DefaultAllNodeStep.matches(Object node,
ContextSupport contextSupport)
Deprecated. |
Uses of ContextSupport in org.jaxen.expr.iter |
---|
Methods in org.jaxen.expr.iter with parameters of type ContextSupport | |
---|---|
Iterator |
IterableSelfAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterablePrecedingSiblingAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterablePrecedingAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableParentAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableNamespaceAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableFollowingSiblingAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableFollowingAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableDescendantOrSelfAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableDescendantAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableChildAxis.iterator(Object contextNode,
ContextSupport support)
Gets the iterator for the child axis. |
abstract Iterator |
IterableAxis.iterator(Object contextNode,
ContextSupport support)
Gets the iterator for a specific XPath axis. |
Iterator |
IterableAttributeAxis.iterator(Object contextNode,
ContextSupport support)
Gets an iterator for the attribute axis. |
Iterator |
IterableAncestorOrSelfAxis.iterator(Object contextNode,
ContextSupport support)
|
Iterator |
IterableAncestorAxis.iterator(Object contextNode,
ContextSupport support)
|
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. |
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 |
IterableAttributeAxis.namedAccessIterator(Object contextNode,
ContextSupport support,
String localName,
String namespacePrefix,
String namespaceURI)
Gets the iterator for the attribute axis that supports named access. |
boolean |
IterableChildAxis.supportsNamedAccess(ContextSupport support)
Does this axis support named access? |
boolean |
IterableAxis.supportsNamedAccess(ContextSupport support)
Does this axis support named access? |
boolean |
IterableAttributeAxis.supportsNamedAccess(ContextSupport support)
Does this axis support named access? |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |