クラス
com.werken.xpath.impl.Context の使用

Context を使用しているパッケージ
com.werken.xpath.function Provides implementations for the core XPath Function Library From The W3C XPath Specification Section 4.1 -- Node Set Function Section 4.2 -- String Functions Section 4.3 -- Boolean Functions Section 4.4 -- Number Functions  
com.werken.xpath.impl Contains implementation classes for evaluating XPath components 
 

com.werken.xpath.function での Context の使用
 

Context 型のパラメータを持つ com.werken.xpath.function のメソッド
 java.lang.Object PositionFunction.call(Context context, java.util.List args)
           
static java.lang.Double PositionFunction.evaluate(Context context)
           
 java.lang.Object NameFunction.call(Context context, java.util.List args)
           
static java.lang.String NameFunction.evaluate(Context context)
           
 java.lang.Object StartsWithFunction.call(Context context, java.util.List args)
           
 java.lang.Object NumberFunction.call(Context context, java.util.List args)
           
 java.lang.Object StringFunction.call(Context context, java.util.List args)
           
 java.lang.Object FalseFunction.call(Context context, java.util.List args)
           
 java.lang.Object FloorFunction.call(Context context, java.util.List args)
           
 java.lang.Object ConcatFunction.call(Context context, java.util.List args)
           
 java.lang.Object RoundFunction.call(Context context, java.util.List args)
           
 java.lang.Object CeilingFunction.call(Context context, java.util.List args)
           
 java.lang.Object TrueFunction.call(Context context, java.util.List args)
           
 java.lang.Object BooleanFunction.call(Context context, java.util.List args)
           
 java.lang.Object NamespaceUriFunction.call(Context context, java.util.List args)
           
static java.lang.String NamespaceUriFunction.evaluate(Context context)
           
 java.lang.Object ContainsFunction.call(Context context, java.util.List args)
           
 java.lang.Object SubstringFunction.call(Context context, java.util.List args)
           
 java.lang.Object SumFunction.call(Context context, java.util.List args)
           
 java.lang.Object LastFunction.call(Context context, java.util.List args)
           
static java.lang.Double LastFunction.evaluate(Context context)
           
 java.lang.Object Function.call(Context context, java.util.List args)
          Call the function object.
 java.lang.Object NotFunction.call(Context context, java.util.List args)
           
 java.lang.Object CountFunction.call(Context context, java.util.List args)
           
 java.lang.Object SubstringBeforeFunction.call(Context context, java.util.List args)
           
 java.lang.Object StringLengthFunction.call(Context context, java.util.List args)
           
 java.lang.Object SubstringAfterFunction.call(Context context, java.util.List args)
           
 java.lang.Object LocalNameFunction.call(Context context, java.util.List args)
           
static java.lang.String LocalNameFunction.evaluate(Context context)
           
 

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

Context を返す com.werken.xpath.impl のメソッド
 Context Step.applyTo(Context context)
           
 Context UnAbbrStep.applyTo(Context context)
           
 Context ParentStep.applyTo(Context context)
           
 Context Context.duplicate()
           
 

Context 型のパラメータを持つ com.werken.xpath.impl のメソッド
abstract  java.lang.Object Expr.evaluate(Context context)
           
 java.lang.Object FilterExpr.evaluate(Context context)
           
 java.lang.Object Step.evaluate(Context context)
           
 Context Step.applyTo(Context context)
           
 Context UnAbbrStep.applyTo(Context context)
           
 java.lang.Object StringExpr.evaluate(Context context)
           
 Context ParentStep.applyTo(Context context)
           
 java.lang.Object VariableExpr.evaluate(Context context)
           
 java.lang.Object LocationPath.evaluate(Context context)
           
 java.lang.Object LocationPath.applyTo(Context context)
           
 java.lang.Object FunctionExpr.evaluate(Context context)
           
 java.lang.Object NumberExpr.evaluate(Context context)
           
 java.lang.Object BinaryExpr.evaluate(Context context)
           
 java.lang.Object NegativeExpr.evaluate(Context context)
           
 boolean Predicate.evaluateOnNode(Context context, java.lang.String axis)
           
 



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