protected static class CSSLexicalUnit.PredefinedFunctionLexicalUnit extends CSSLexicalUnit
CSSLexicalUnit.DimensionLexicalUnit, CSSLexicalUnit.FloatLexicalUnit, CSSLexicalUnit.FunctionLexicalUnit, CSSLexicalUnit.IntegerLexicalUnit, CSSLexicalUnit.PredefinedFunctionLexicalUnit, CSSLexicalUnit.SimpleLexicalUnit, CSSLexicalUnit.StringLexicalUnit
Modifier and Type | Field and Description |
---|---|
protected LexicalUnit |
parameters
The function parameters.
|
lexicalUnitType, nextLexicalUnit, previousLexicalUnit, TEXT_COUNTER_FUNCTION, TEXT_COUNTERS_FUNCTION, TEXT_RECT_FUNCTION, TEXT_RGBCOLOR, UNIT_TEXT_CENTIMETER, UNIT_TEXT_DEGREE, UNIT_TEXT_EM, UNIT_TEXT_EX, UNIT_TEXT_GRADIAN, UNIT_TEXT_HERTZ, UNIT_TEXT_INCH, UNIT_TEXT_KILOHERTZ, UNIT_TEXT_MILLIMETER, UNIT_TEXT_MILLISECOND, UNIT_TEXT_PERCENTAGE, UNIT_TEXT_PICA, UNIT_TEXT_PIXEL, UNIT_TEXT_POINT, UNIT_TEXT_RADIAN, UNIT_TEXT_REAL, UNIT_TEXT_SECOND
Constructor and Description |
---|
PredefinedFunctionLexicalUnit(short t,
LexicalUnit params,
LexicalUnit prev)
Creates a new LexicalUnit.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName()
SAC: Implements
LexicalUnit#getFunctionName() . |
LexicalUnit |
getParameters()
SAC: Implements
LexicalUnit#getParameters() . |
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getIntegerValue, getLexicalUnitType, getNextLexicalUnit, getPreviousLexicalUnit, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit
public PredefinedFunctionLexicalUnit(short t, LexicalUnit params, LexicalUnit prev)
public java.lang.String getFunctionName()
LexicalUnit#getFunctionName()
.getFunctionName
in class CSSLexicalUnit
public LexicalUnit getParameters()
LexicalUnit#getParameters()
.getParameters
in class CSSLexicalUnit
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.