net.sf.swan.xpath.expr
Class DefaultExpr

java.lang.Object
  |
  +--net.sf.swan.xpath.expr.DefaultExpr
All Implemented Interfaces:
org.jaxen.expr.Expr, java.io.Serializable, org.jaxen.expr.Visitable
Direct Known Subclasses:
net.sf.swan.xpath.expr.NodeTestStepExpr

public abstract class DefaultExpr
extends java.lang.Object
implements org.jaxen.expr.Expr

See Also:
Serialized Form

Constructor Summary
DefaultExpr()
           
 
Method Summary
 void accept(org.jaxen.expr.Visitor visitor)
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jaxen.expr.Expr
evaluate, simplify
 

Constructor Detail

DefaultExpr

public DefaultExpr()
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface org.jaxen.expr.Expr

accept

public void accept(org.jaxen.expr.Visitor visitor)
Specified by:
accept in interface org.jaxen.expr.Visitable