Uses of Class
org.jaxen.ContextSupport

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
protected  ContextSupport BaseXPath.getContextSupport()
          Retrieve the ContextSupport aggregation of NamespaceContext, FunctionContext, VariableContext, and Navigator.
 ContextSupport Context.getContextSupport()
          Retrieve the ContextSupport.
 

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)
          Construct.
 

Uses of ContextSupport in org.jaxen.expr
 

Methods in org.jaxen.expr with parameters of type ContextSupport
 boolean DefaultTextNodeStep.matches(Object node, ContextSupport support)
           
 boolean DefaultProcessingInstructionNodeStep.matches(Object node, ContextSupport support)
           
 boolean DefaultNameStep.matches(Object node, ContextSupport contextSupport)
           
 boolean DefaultCommentNodeStep.matches(Object node, ContextSupport contextSupport)
           
 Iterator DefaultStep.axisIterator(Object contextNode, ContextSupport support)
           
 boolean DefaultAllNodeStep.matches(Object node, ContextSupport contextSupport)
           
protected  boolean PredicateSet.evaluateAsBoolean(List contextNodeSet, ContextSupport support)
           
protected  List PredicateSet.evaluatePredicates(List contextNodeSet, ContextSupport support)
           
 List PredicateSet.applyPredicate(Predicate predicate, List nodes2Filter, ContextSupport support)
           
 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).
 Iterator Step.axisIterator(Object contextNode, ContextSupport support)
          Get an Iterator for the current axis starting in the given contextNode.
 

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)
           
 Iterator IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
abstract  Iterator IterableAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
           
 



Copyright © 2001-2003 Codehaus. All Rights Reserved.