org.jaxen.expr

Interface LiteralExpr

All Superinterfaces:
Expr, Serializable, Visitable
Known Implementing Classes:
DefaultLiteralExpr

public interface LiteralExpr
extends Expr

Method Summary

String
getLiteral()

Methods inherited from interface org.jaxen.expr.Expr

evaluate, getText, simplify

Methods inherited from interface org.jaxen.expr.Visitable

accept

Method Details

getLiteral

public String getLiteral()