Uses of Class
com.werken.xpath.ContextSupport

Packages that use ContextSupport
com.werken.xpath Provides the core tools needed to use XPath 
com.werken.xpath.impl Contains implementation classes for evaluating XPath components 
 

Uses of ContextSupport in com.werken.xpath
 

Methods in com.werken.xpath that return ContextSupport
 ContextSupport Context.getContextSupport()
           
 

Methods in com.werken.xpath with parameters of type ContextSupport
 java.util.List XPath.applyTo(ContextSupport contextSupport, org.jdom.Document doc)
           
 java.util.List XPath.applyTo(ContextSupport contextSupport, org.jdom.Element node)
          Apply this XPath to a single root node
 java.util.List XPath.applyTo(ContextSupport contextSupport, java.util.List nodes)
          Apply this XPath to a list of nodes
 

Uses of ContextSupport in com.werken.xpath.impl
 

Methods in com.werken.xpath.impl that return ContextSupport
 ContextSupport Context.getContextSupport()
           
 

Methods in com.werken.xpath.impl with parameters of type ContextSupport
 java.util.List UnAbbrStep.applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis)
           
 java.util.List UnAbbrStep.applyTo(java.util.List nodeSet, ContextSupport support, java.lang.String axis, boolean doPreds)
           
 java.util.List UnAbbrStep.applyToAncestor(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToAncestorOrSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToAttribute(java.lang.Object node, ContextSupport support)
           
 java.util.List NameTestStep.applyToAttribute(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List NameTestStep.applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List NodeTypeStep.applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToDescendant(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToDescendantOrSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToFollowing(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToFollowingSibling(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToParent(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToPreceeding(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToPreceedingSibling(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List NameTestStep.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List NodeTypeStep.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List SelfStep.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List Predicate.evaluateOn(java.util.List nodeSet, ContextSupport support, java.lang.String axis)
           
 

Constructors in com.werken.xpath.impl with parameters of type ContextSupport
Context(org.jdom.Document doc, ContextSupport contextSupport)
           
Context(org.jdom.Element elem, ContextSupport contextSupport)
           
Context(java.util.List nodeSet, ContextSupport contextSupport)
           
 



Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.