クラス
com.werken.xpath.ContextSupport の使用

ContextSupport を使用しているパッケージ
com.werken.xpath Provides the core tools needed to use XPath 
com.werken.xpath.impl Contains implementation classes for evaluating XPath components 
 

com.werken.xpath での ContextSupport の使用
 

ContextSupport を返す com.werken.xpath のメソッド
 ContextSupport Context.getContextSupport()
           
 

ContextSupport 型のパラメータを持つ com.werken.xpath のメソッド
 java.util.List XPath.applyTo(ContextSupport contextSupport, org.jdom.Document doc)
           
 java.util.List XPath.applyTo(ContextSupport contextSupport, java.util.List nodes)
          Apply this XPath to a list of nodes
 java.util.List XPath.applyTo(ContextSupport contextSupport, org.jdom.Element node)
          Apply this XPath to a single root node
 

com.werken.xpath.impl での ContextSupport の使用
 

ContextSupport を返す com.werken.xpath.impl のメソッド
 ContextSupport Context.getContextSupport()
           
 

ContextSupport 型のパラメータを持つ com.werken.xpath.impl のメソッド
 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.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.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.applyToParent(java.lang.Object node, ContextSupport support)
           
 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 UnAbbrStep.applyToPreceeding(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToFollowing(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToPreceedingSibling(java.lang.Object node, ContextSupport support)
           
 java.util.List UnAbbrStep.applyToFollowingSibling(java.lang.Object node, ContextSupport support)
           
 java.util.List NodeTypeStep.applyToChild(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 NameTestStep.applyToSelf(java.lang.Object node, ContextSupport support)
           
 java.util.List NameTestStep.applyToAttribute(java.lang.Object node, ContextSupport support)
           
 java.util.List NameTestStep.applyToChild(java.lang.Object node, ContextSupport support)
           
 java.util.List Predicate.evaluateOn(java.util.List nodeSet, ContextSupport support, java.lang.String axis)
           
 

ContextSupport 型のパラメータを持つ com.werken.xpath.impl のコンストラクタ
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.