org.jaxen.expr
Class DefaultXPathExpr

java.lang.Object
  |
  +--org.jaxen.expr.DefaultXPathExpr
All Implemented Interfaces:
Serializable, XPathExpr

public class DefaultXPathExpr
extends Object
implements XPathExpr

See Also:
Serialized Form

Constructor Summary
DefaultXPathExpr(Expr rootExpr)
           
 
Method Summary
 List asList(Context context)
           
 Expr getRootExpr()
           
 String getText()
           
 void setRootExpr(Expr rootExpr)
           
 void simplify()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultXPathExpr

public DefaultXPathExpr(Expr rootExpr)
Method Detail

getRootExpr

public Expr getRootExpr()
Specified by:
getRootExpr in interface XPathExpr

setRootExpr

public void setRootExpr(Expr rootExpr)
Specified by:
setRootExpr in interface XPathExpr

toString

public String toString()
Overrides:
toString in class Object

getText

public String getText()
Specified by:
getText in interface XPathExpr

simplify

public void simplify()
Specified by:
simplify in interface XPathExpr

asList

public List asList(Context context)
            throws JaxenException
Specified by:
asList in interface XPathExpr


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo