| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.shorthand |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSExpressionMemberFunction
Represents a CSS function element
|
class |
CSSExpressionMemberLineNames
Represents a CSS line-names element as used in css-grid.
|
class |
CSSExpressionMemberMath
Represents a CSS calc() element
|
class |
CSSExpressionMemberTermSimple
Represents a simple expression member
|
class |
CSSExpressionMemberTermURI
Represents an expression member URI
|
class |
ECSSExpressionOperator
Enumeration with expression operators.
|
| Modifier and Type | Method and Description |
|---|---|
ICSSExpressionMember |
CSSExpression.getMemberAtIndex(int nIndex)
Get the expression member at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> |
CSSExpression.getAllMembers() |
| 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
|
com.helger.commons.state.EChange |
CSSExpression.removeMember(ICSSExpressionMember aMember)
Remove the passed expression member
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CSSShortHandDescriptorWithAlignment.modifyExpressionMembers(com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers) |
protected void |
CSSShortHandDescriptor.modifyExpressionMembers(com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers)
Modify the passed expression members before they are splitted
|
Copyright © 2014–2018 Philip Helger. All rights reserved.