| Package | Description |
|---|---|
| com.helger.css.decl |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSSupportsConditionDeclaration
Represents a single supports condition with a declaration.
|
class |
CSSSupportsConditionNegation
Represents a single negation supports condition.
|
class |
CSSSupportsConditionNested
Represents a single negation supports condition
|
class |
ECSSSupportsConditionOperator
Contains the binary operators for the @supports rule as in
@supports (transition-property: color) or (animation-name: foo) |
| Modifier and Type | Method and Description |
|---|---|
ICSSSupportsConditionMember |
CSSSupportsConditionNested.getMemberAtIndex(int nIndex) |
ICSSSupportsConditionMember |
CSSSupportsConditionNested.getMemberAtIndex(int nIndex) |
ICSSSupportsConditionMember |
CSSSupportsRule.getSupportsConditionMemberAtIndex(int nIndex) |
ICSSSupportsConditionMember |
CSSSupportsRule.getSupportsConditionMemberAtIndex(int nIndex) |
ICSSSupportsConditionMember |
CSSSupportsConditionNegation.getSupportsMember() |
ICSSSupportsConditionMember |
CSSSupportsConditionNegation.getSupportsMember() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember> |
CSSSupportsConditionNested.getAllMembers() |
com.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember> |
CSSSupportsConditionNested.getAllMembers() |
com.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember> |
CSSSupportsRule.getAllSupportConditionMembers() |
com.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember> |
CSSSupportsRule.getAllSupportConditionMembers() |
| Constructor and Description |
|---|
CSSSupportsConditionNegation(ICSSSupportsConditionMember aSupportsMember) |
CSSSupportsConditionNegation(ICSSSupportsConditionMember aSupportsMember) |
Copyright © 2014–2022 Philip Helger. All rights reserved.