org.apache.batik.css.parser
protected static class CSSLexicalUnit.StringLexicalUnit extends CSSLexicalUnit
Field Summary | |
---|---|
protected String | value
The string value. |
Constructor Summary | |
---|---|
StringLexicalUnit(short t, String val, LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
---|---|
String | getStringValue()
SAC: Implements {@link LexicalUnit#getStringValue()}. |