|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LiteralExpr
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. |
Methods inherited from interface org.jaxen.expr.Expr |
---|
evaluate, getText, simplify |
Method Detail |
---|
String getLiteral()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |