com.werken.xpath.impl
クラス LocationPath

java.lang.Object
  |
  +--com.werken.xpath.impl.Expr
        |
        +--com.werken.xpath.impl.PathExpr
              |
              +--com.werken.xpath.impl.LocationPath

public class LocationPath
extends PathExpr


コンストラクタの概要
LocationPath()
           
 
メソッドの概要
 LocationPath addStep(Step step)
           
 java.lang.Object applyTo(Context context)
           
 java.lang.Object evaluate(Context context)
           
 java.util.List getSteps()
           
 boolean isAbsolute()
           
 void setIsAbsolute(boolean isAbsolute)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LocationPath

public LocationPath()
メソッドの詳細

setIsAbsolute

public void setIsAbsolute(boolean isAbsolute)

isAbsolute

public boolean isAbsolute()

addStep

public LocationPath addStep(Step step)

getSteps

public java.util.List getSteps()

evaluate

public java.lang.Object evaluate(Context context)
オーバーライド:
クラス Expr 内の evaluate

applyTo

public java.lang.Object applyTo(Context context)


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