| Package | Description |
|---|---|
| com.helger.css.decl |
| Modifier and Type | Method and Description |
|---|---|
CSSExpression |
CSSExpression.addMember(ICSSExpressionMember aMember)
Add an expression member
|
CSSExpression |
CSSExpression.addMember(int nIndex,
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 |
CSSExpressionMemberFunction.getExpression() |
CSSExpression |
CSSDeclaration.getExpression() |
CSSExpression |
CSSSelectorMemberFunctionLike.getParameterExpression() |
CSSExpression |
CSSMediaExpression.getValue() |
| Modifier and Type | Method and Description |
|---|---|
default IMPLTYPE |
IHasCSSDeclarations.addDeclaration(String sProperty,
CSSExpression aExpression,
boolean bImportant)
Add a new declaration.
|
CSSDeclaration |
CSSDeclaration.setExpression(CSSExpression aExpression)
Set the expression (= value) of this declaration.
|
| Constructor and Description |
|---|
CSSDeclaration(String sProperty,
CSSExpression aExpression)
Constructor for non-important values.
|
CSSDeclaration(String sProperty,
CSSExpression aExpression,
boolean bIsImportant)
Constructor.
|
CSSExpressionMemberFunction(String sFunctionName,
CSSExpression aExpression)
Constructor
|
CSSMediaExpression(ECSSMediaExpressionFeature eFeature,
CSSExpression aValue) |
CSSMediaExpression(String sFeature,
CSSExpression aValue) |
CSSSelectorMemberFunctionLike(String sFuncName,
CSSExpression aParamExpr) |
CSSSupportsConditionDeclaration(String sProperty,
CSSExpression aExpression) |
Copyright © 2014–2018 Philip Helger. All rights reserved.