|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.CSSLexicalUnit | +--org.apache.batik.css.parser.CSSLexicalUnit.StringLexicalUnit
This class represents a string unit.
Inner classes inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
CSSLexicalUnit.DimensionLexicalUnit, CSSLexicalUnit.FloatLexicalUnit, CSSLexicalUnit.FunctionLexicalUnit, CSSLexicalUnit.IntegerLexicalUnit, CSSLexicalUnit.PredefinedFunctionLexicalUnit, CSSLexicalUnit.SimpleLexicalUnit, CSSLexicalUnit.StringLexicalUnit |
Field Summary | |
protected java.lang.String |
value
The string value. |
Fields inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
lexicalUnitType, nextLexicalUnit, previousLexicalUnit |
Constructor Summary | |
CSSLexicalUnit.StringLexicalUnit(short t,
java.lang.String val,
LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
java.lang.String |
getStringValue()
SAC: Implements LexicalUnit.getStringValue() . |
Methods inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getFunctionName, getIntegerValue, getLexicalUnitType, getNextLexicalUnit, getParameters, getPreviousLexicalUnit, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String value
Constructor Detail |
public CSSLexicalUnit.StringLexicalUnit(short t, java.lang.String val, LexicalUnit prev)
Method Detail |
public java.lang.String getStringValue()
LexicalUnit.getStringValue()
.getStringValue
in class CSSLexicalUnit
org.w3c.css.sac.LexicalUnit
LexicalUnit.SAC_URI
,
LexicalUnit.SAC_ATTR
,
LexicalUnit.SAC_IDENT
,
LexicalUnit.SAC_STRING_VALUE
,
@@TO BE DEFINED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |