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()
           
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)
           
 

Constructors in org.jaxen with parameters of type ContextSupport
Context(ContextSupport contextSupport)
           
 

Uses of ContextSupport in org.jaxen.expr
 

Methods in org.jaxen.expr with parameters of type ContextSupport
 Iterator DefaultStep.axisIterator(Object contextNode, ContextSupport support)
           
 boolean DefaultTextNodeStep.matches(Object node, ContextSupport support)
           
 boolean Step.matches(Object node, ContextSupport contextSupport)
           
 Iterator Step.axisIterator(Object contextNode, ContextSupport support)
           
 boolean DefaultNameStep.matches(Object node, ContextSupport contextSupport)
           
 boolean DefaultProcessingInstructionNodeStep.matches(Object node, ContextSupport support)
           
 boolean DefaultCommentNodeStep.matches(Object node, ContextSupport contextSupport)
           
 boolean DefaultAllNodeStep.matches(Object node, ContextSupport contextSupport)
           
 

Uses of ContextSupport in org.jaxen.expr.iter
 

Methods in org.jaxen.expr.iter with parameters of type ContextSupport
abstract  Iterator IterableAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingSiblingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableChildAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableFollowingSiblingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableNamespaceAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableFollowingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableParentAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo