CSSExpression |
CSSExpression.addMember(int nIndex,
ICSSExpressionMember aMember) |
Add an expression member
|
CSSExpression |
CSSExpression.addMember(ICSSExpressionMember aMember) |
Add an expression member
|
CSSExpression |
CSSExpression.addNumber(double dValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(float fValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(int nValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(int nIndex,
double dValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(int nIndex,
float fValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(int nIndex,
int nValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(int nIndex,
long nValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addNumber(long nValue) |
Shortcut method to add a numeric value
|
CSSExpression |
CSSExpression.addString(int nIndex,
String sValue) |
Shortcut method to add a string value that is automatically quoted inside
|
CSSExpression |
CSSExpression.addString(String sValue) |
Shortcut method to add a string value that is automatically quoted inside
|
CSSExpression |
CSSExpression.addTermSimple(int nIndex,
String sValue) |
Shortcut method to add a simple text value.
|
CSSExpression |
CSSExpression.addTermSimple(String sValue) |
Shortcut method to add a simple text value.
|
CSSExpression |
CSSExpression.addURI(int nIndex,
String sURI) |
Shortcut method to add a URI value
|
CSSExpression |
CSSExpression.addURI(String sURI) |
Shortcut method to add a URI value
|
static CSSExpression |
CSSExpression.createNumber(double dValue) |
Create a CSS expression only containing a numeric value
|
static CSSExpression |
CSSExpression.createNumber(float fValue) |
Create a CSS expression only containing a numeric value
|
static CSSExpression |
CSSExpression.createNumber(int nValue) |
Create a CSS expression only containing a numeric value
|
static CSSExpression |
CSSExpression.createNumber(long nValue) |
Create a CSS expression only containing a numeric value
|
static CSSExpression |
CSSExpression.createSimple(String sValue) |
Create a CSS expression only containing a text value
|
static CSSExpression |
CSSExpression.createString(String sValue) |
Create a CSS expression only containing a string
|
static CSSExpression |
CSSExpression.createURI(String sURI) |
Create a CSS expression only containing a URI
|
CSSExpression |
CSSDeclaration.getExpression() |
|
CSSExpression |
CSSExpressionMemberFunction.getExpression() |
|
CSSExpression |
CSSSelectorMemberFunctionLike.getParameterExpression() |
|
CSSExpression |
CSSMediaExpression.getValue() |
|