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
 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
 boolean DefaultProcessingInstructionNodeStep.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).
 Iterator Step.axisIterator(Object contextNode, ContextSupport support)
          Get an Iterator for the current axis starting in the given contextNode.
 boolean DefaultCommentNodeStep.matches(Object node, ContextSupport contextSupport)
          Deprecated.  
 boolean DefaultNameStep.matches(Object node, ContextSupport contextSupport)
          Deprecated. Checks whether the node matches this step.
 boolean DefaultAllNodeStep.matches(Object node, ContextSupport contextSupport)
          Deprecated.  
 Iterator DefaultStep.axisIterator(Object contextNode, ContextSupport support)
          Deprecated.  
 boolean DefaultTextNodeStep.matches(Object node, 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.
 List PredicateSet.applyPredicate(Predicate predicate, List nodes2Filter, ContextSupport support)
           
 

Uses of ContextSupport in org.jaxen.expr.iter
 

Methods in org.jaxen.expr.iter with parameters of type ContextSupport
 Iterator IterableChildAxis.iterator(Object contextNode, ContextSupport support)
          Gets the iterator for the child axis.
 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.
 boolean IterableChildAxis.supportsNamedAccess(ContextSupport support)
          Does this axis support named access?
abstract  Iterator IterableAxis.iterator(Object contextNode, ContextSupport support)
          Gets the iterator for a specific XPath axis.
 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.
 boolean IterableAxis.supportsNamedAccess(ContextSupport support)
          Does this axis support named access?
 Iterator IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableParentAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
          Gets an iterator for the attribute axis.
 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 IterableAttributeAxis.supportsNamedAccess(ContextSupport support)
          Does this axis support named access?
 Iterator IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingSiblingAxis.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 IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
           
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.