|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.CSSLexicalUnit
This class implements the CSSLexicalUnit.SimpleLexicalUnitinterface.
| 入れ子クラスの概要 | |
protected static class |
CSSLexicalUnit.DimensionLexicalUnit
This class represents a dimension unit. |
protected static class |
CSSLexicalUnit.FloatLexicalUnit
This class represents a float unit. |
protected static class |
CSSLexicalUnit.FunctionLexicalUnit
This class represents a function unit. |
protected static class |
CSSLexicalUnit.IntegerLexicalUnit
This class represents an integer unit. |
protected static class |
CSSLexicalUnit.PredefinedFunctionLexicalUnit
This class represents a function unit. |
protected static class |
CSSLexicalUnit.SimpleLexicalUnit
This class represents a simple unit. |
protected static class |
CSSLexicalUnit.StringLexicalUnit
This class represents a string unit. |
| フィールドの概要 | |
protected short |
lexicalUnitType
The lexical unit type. |
protected LexicalUnit |
nextLexicalUnit
The next lexical unit. |
protected LexicalUnit |
previousLexicalUnit
The previous lexical unit. |
static String |
UNIT_TEXT_CENTIMETER
|
static String |
UNIT_TEXT_DEGREE
|
static String |
UNIT_TEXT_EM
|
static String |
UNIT_TEXT_EX
|
static String |
UNIT_TEXT_GRADIAN
|
static String |
UNIT_TEXT_HERTZ
|
static String |
UNIT_TEXT_INCH
|
static String |
UNIT_TEXT_KILOHERTZ
|
static String |
UNIT_TEXT_MILLIMETER
|
static String |
UNIT_TEXT_MILLISECOND
|
static String |
UNIT_TEXT_PERCENTAGE
|
static String |
UNIT_TEXT_PICA
|
static String |
UNIT_TEXT_PIXEL
|
static String |
UNIT_TEXT_POINT
|
static String |
UNIT_TEXT_RADIAN
|
static String |
UNIT_TEXT_REAL
|
static String |
UNIT_TEXT_SECOND
|
| コンストラクタの概要 | |
protected |
CSSLexicalUnit(short t,
LexicalUnit prev)
Creates a new LexicalUnit. |
| メソッドの概要 | |
static CSSLexicalUnit |
createDimension(float val,
String dim,
LexicalUnit prev)
Creates a new float lexical unit. |
static CSSLexicalUnit |
createFloat(short t,
float val,
LexicalUnit prev)
Creates a new float lexical unit. |
static CSSLexicalUnit |
createFunction(String f,
LexicalUnit params,
LexicalUnit prev)
Creates a new function lexical unit. |
static CSSLexicalUnit |
createInteger(int val,
LexicalUnit prev)
Creates a new integer lexical unit. |
static CSSLexicalUnit |
createPredefinedFunction(short t,
LexicalUnit params,
LexicalUnit prev)
Creates a new function lexical unit. |
static CSSLexicalUnit |
createSimple(short t,
LexicalUnit prev)
Creates a new integer lexical unit. |
static CSSLexicalUnit |
createString(short t,
String val,
LexicalUnit prev)
Creates a new string lexical unit. |
String |
getDimensionUnitText()
SAC : Implements getDimensionUnitText(). |
float |
getFloatValue()
SAC : Implements getFloatValue(). |
String |
getFunctionName()
SAC : Implements getFunctionName(). |
int |
getIntegerValue()
SAC : Implements getIntegerValue(). |
short |
getLexicalUnitType()
SAC : Implements getLexicalUnitType(). |
LexicalUnit |
getNextLexicalUnit()
SAC : Implements getNextLexicalUnit(). |
LexicalUnit |
getParameters()
SAC : Implements getParameters(). |
LexicalUnit |
getPreviousLexicalUnit()
SAC : Implements getPreviousLexicalUnit(). |
String |
getStringValue()
SAC : Implements getStringValue(). |
LexicalUnit |
getSubValues()
SAC : Implements getSubValues(). |
void |
setNextLexicalUnit(LexicalUnit lu)
Sets the next lexical unit. |
void |
setPreviousLexicalUnit(LexicalUnit lu)
Sets the previous lexical unit. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final String UNIT_TEXT_CENTIMETER
public static final String UNIT_TEXT_DEGREE
public static final String UNIT_TEXT_EM
public static final String UNIT_TEXT_EX
public static final String UNIT_TEXT_GRADIAN
public static final String UNIT_TEXT_HERTZ
public static final String UNIT_TEXT_INCH
public static final String UNIT_TEXT_KILOHERTZ
public static final String UNIT_TEXT_MILLIMETER
public static final String UNIT_TEXT_MILLISECOND
public static final String UNIT_TEXT_PERCENTAGE
public static final String UNIT_TEXT_PICA
public static final String UNIT_TEXT_PIXEL
public static final String UNIT_TEXT_POINT
public static final String UNIT_TEXT_RADIAN
public static final String UNIT_TEXT_REAL
public static final String UNIT_TEXT_SECOND
protected short lexicalUnitType
protected LexicalUnit nextLexicalUnit
protected LexicalUnit previousLexicalUnit
| コンストラクタの詳細 |
protected CSSLexicalUnit(short t,
LexicalUnit prev)
| メソッドの詳細 |
public short getLexicalUnitType()
getLexicalUnitType().
LexicalUnit 内の getLexicalUnitTypepublic LexicalUnit getNextLexicalUnit()
getNextLexicalUnit().
LexicalUnit 内の getNextLexicalUnitpublic void setNextLexicalUnit(LexicalUnit lu)
public LexicalUnit getPreviousLexicalUnit()
getPreviousLexicalUnit().
LexicalUnit 内の getPreviousLexicalUnitpublic void setPreviousLexicalUnit(LexicalUnit lu)
public int getIntegerValue()
getIntegerValue().
LexicalUnit 内の getIntegerValuepublic float getFloatValue()
getFloatValue().
LexicalUnit 内の getFloatValuepublic String getDimensionUnitText()
getDimensionUnitText().
LexicalUnit 内の getDimensionUnitTextpublic String getFunctionName()
getFunctionName().
LexicalUnit 内の getFunctionNamepublic LexicalUnit getParameters()
getParameters().
LexicalUnit 内の getParameterspublic String getStringValue()
getStringValue().
LexicalUnit 内の getStringValuepublic LexicalUnit getSubValues()
getSubValues().
LexicalUnit 内の getSubValues
public static CSSLexicalUnit createSimple(short t,
LexicalUnit prev)
public static CSSLexicalUnit createInteger(int val,
LexicalUnit prev)
public static CSSLexicalUnit createFloat(short t,
float val,
LexicalUnit prev)
public static CSSLexicalUnit createDimension(float val,
String dim,
LexicalUnit prev)
public static CSSLexicalUnit createFunction(String f,
LexicalUnit params,
LexicalUnit prev)
public static CSSLexicalUnit createPredefinedFunction(short t,
LexicalUnit params,
LexicalUnit prev)
public static CSSLexicalUnit createString(short t,
String val,
LexicalUnit prev)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||