com.werken.xpath.impl
Class LocationPath

java.lang.Object
  extended by com.werken.xpath.impl.Expr
      extended by com.werken.xpath.impl.PathExpr
          extended by com.werken.xpath.impl.LocationPath

public class LocationPath
extends PathExpr


Constructor Summary
LocationPath()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationPath

public LocationPath()
Method Detail

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)
Specified by:
evaluate in class Expr

applyTo

public java.lang.Object applyTo(Context context)


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