Uses of Class
org.jaxen.ContextSupport

Packages that use ContextSupport
org.jaxen   
org.jaxen.expr   
org.jaxen.expr.iter   
 

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

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
 boolean DefaultNameStep.matches(java.lang.Object node, ContextSupport contextSupport)
           
 boolean DefaultAllNodeStep.matches(java.lang.Object node, ContextSupport contextSupport)
           
 boolean DefaultProcessingInstructionNodeStep.matches(java.lang.Object node, ContextSupport support)
           
 boolean DefaultCommentNodeStep.matches(java.lang.Object node, ContextSupport contextSupport)
           
 java.util.Iterator DefaultStep.axisIterator(java.lang.Object contextNode, ContextSupport support)
           
 boolean Step.matches(java.lang.Object node, ContextSupport contextSupport)
           
 java.util.Iterator Step.axisIterator(java.lang.Object contextNode, ContextSupport support)
           
 boolean DefaultTextNodeStep.matches(java.lang.Object node, ContextSupport support)
           
 

Uses of ContextSupport in org.jaxen.expr.iter
 

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



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

SourceForge Logo