org.jaxen.expr
public interface LiteralExpr extends Expr
[29] Literal ::= '"' [^"]* '"' | "'" [^']* "'"
Method Summary | |
---|---|
String | getLiteral()
Returns the contents of the string literal, not including the
quote marks.
|
Returns: the contents of the string literal