| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSImportRule |
CSSImportRule.addMediaQuery(CSSMediaQuery aMediaQuery)
Add a media query at the end of the list.
|
CSSImportRule |
CSSImportRule.addMediaQuery(CSSMediaQuery aMediaQuery)
Add a media query at the end of the list.
|
CSSImportRule |
CSSImportRule.addMediaQuery(int nIndex,
CSSMediaQuery aMediaQuery)
Add a media query at the specified index of the list.
|
CSSImportRule |
CSSImportRule.addMediaQuery(int nIndex,
CSSMediaQuery aMediaQuery)
Add a media query at the specified index of the list.
|
CSSImportRule |
CascadingStyleSheet.getImportRuleAtIndex(int nIndex)
Get the
@import rule at the specified index. |
CSSImportRule |
CascadingStyleSheet.getImportRuleAtIndex(int nIndex)
Get the
@import rule at the specified index. |
CSSImportRule |
CSSImportRule.setLocation(CSSURI aLocation)
Set the URI of the file to be imported.
|
CSSImportRule |
CSSImportRule.setLocation(CSSURI aLocation)
Set the URI of the file to be imported.
|
CSSImportRule |
CSSImportRule.setLocationString(String sLocationURI)
Set the URI of the file to be imported.
|
CSSImportRule |
CSSImportRule.setLocationString(String sLocationURI)
Set the URI of the file to be imported.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSImportRule> |
CascadingStyleSheet.getAllImportRules() |
com.helger.commons.collection.impl.ICommonsList<CSSImportRule> |
CascadingStyleSheet.getAllImportRules() |
| Modifier and Type | Method and Description |
|---|---|
CascadingStyleSheet |
CascadingStyleSheet.addImportRule(CSSImportRule aImportRule)
Add a new
@import rule at the end of the @import
rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addImportRule(CSSImportRule aImportRule)
Add a new
@import rule at the end of the @import
rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addImportRule(int nIndex,
CSSImportRule aImportRule)
Add a new
@import rule at a specified index of the
@import rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addImportRule(int nIndex,
CSSImportRule aImportRule)
Add a new
@import rule at a specified index of the
@import rule list. |
com.helger.commons.state.EChange |
CascadingStyleSheet.removeImportRule(CSSImportRule aImportRule)
Remove the specified
@import rule. |
com.helger.commons.state.EChange |
CascadingStyleSheet.removeImportRule(CSSImportRule aImportRule)
Remove the specified
@import rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModifyingCSSUrlVisitor.onImport(CSSImportRule aImportRule) |
void |
CSSVisitorForUrl.onImport(CSSImportRule aImportRule) |
void |
DefaultCSSUrlVisitor.onImport(CSSImportRule aImportRule) |
void |
DefaultCSSVisitor.onImport(CSSImportRule aImportRule) |
void |
ICSSUrlVisitor.onImport(CSSImportRule aImportRule)
Called on CSS import statement.
|
void |
ICSSVisitor.onImport(CSSImportRule aImportRule)
Called on CSS import statement
|
void |
ICSSVisitor.onImport(CSSImportRule aImportRule)
Called on CSS import statement
|
void |
ICSSUrlVisitor.onImport(CSSImportRule aImportRule)
Called on CSS import statement.
|
void |
DefaultCSSVisitor.onImport(CSSImportRule aImportRule) |
void |
DefaultCSSUrlVisitor.onImport(CSSImportRule aImportRule) |
void |
CSSVisitorForUrl.onImport(CSSImportRule aImportRule) |
void |
AbstractModifyingCSSUrlVisitor.onImport(CSSImportRule aImportRule) |
static void |
CSSVisitor.visitImportRule(CSSImportRule aImportRule,
ICSSVisitor aVisitor)
Visit all elements of a single import rule.
|
static void |
CSSVisitor.visitImportRule(CSSImportRule aImportRule,
ICSSVisitor aVisitor)
Visit all elements of a single import rule.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.