org.jaxen.expr
Interface LiteralExpr
- All Superinterfaces:
- Expr, Serializable
- public interface LiteralExpr
- extends Expr
Represents an XPath string literal. This is production 29 in the
XPath 1.0 specification:
[29] Literal ::= '"' [^"]* '"'
| "'" [^']* "'"
Method Summary |
String |
getLiteral()
Returns the contents of the string literal, not including the
quote marks. |
getLiteral
public String getLiteral()
- Returns the contents of the string literal, not including the
quote marks.
- Returns:
- the contents of the string literal
Copyright © 2001-2007 Codehaus. All Rights Reserved.