|
||||||||||
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.SimpleLexicalUnit
This class represents a simple 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 |
Fields inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
lexicalUnitType, nextLexicalUnit, previousLexicalUnit |
Constructor Summary | |
CSSLexicalUnit.SimpleLexicalUnit(short t,
LexicalUnit prev)
Creates a new LexicalUnit. |
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, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSSLexicalUnit.SimpleLexicalUnit(short t, LexicalUnit prev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |