org.jaxen.expr
Class DefaultXPathExpr

java.lang.Object
  extended byorg.jaxen.expr.DefaultXPathExpr
All Implemented Interfaces:
java.io.Serializable, XPathExpr

public class DefaultXPathExpr
extends java.lang.Object
implements XPathExpr

See Also:
Serialized Form

Constructor Summary
DefaultXPathExpr(Expr rootExpr)
           
 
Method Summary
 java.util.List asList(Context context)
           
 Expr getRootExpr()
           
 java.lang.String getText()
           
 void setRootExpr(Expr rootExpr)
           
 void simplify()
           
 java.lang.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 java.lang.String toString()

getText

public java.lang.String getText()
Specified by:
getText in interface XPathExpr

simplify

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

asList

public java.util.List asList(Context context)
                      throws JaxenException
Specified by:
asList in interface XPathExpr
Throws:
JaxenException


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

SourceForge Logo