| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSNamespaceRule |
CascadingStyleSheet.getNamespaceRuleAtIndex(int nIndex)
Get the
@namespace rule at the specified index. |
CSSNamespaceRule |
CascadingStyleSheet.getNamespaceRuleAtIndex(int nIndex)
Get the
@namespace rule at the specified index. |
CSSNamespaceRule |
CSSNamespaceRule.setNamespacePrefix(String sNamespacePrefix) |
CSSNamespaceRule |
CSSNamespaceRule.setNamespacePrefix(String sNamespacePrefix) |
CSSNamespaceRule |
CSSNamespaceRule.setNamespaceURL(String sURL) |
CSSNamespaceRule |
CSSNamespaceRule.setNamespaceURL(String sURL) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSNamespaceRule> |
CascadingStyleSheet.getAllNamespaceRules() |
com.helger.commons.collection.impl.ICommonsList<CSSNamespaceRule> |
CascadingStyleSheet.getAllNamespaceRules() |
| Modifier and Type | Method and Description |
|---|---|
CascadingStyleSheet |
CascadingStyleSheet.addNamespaceRule(CSSNamespaceRule aNamespaceRule)
Add a new
@namespace rule at the end of the
@namespace rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addNamespaceRule(CSSNamespaceRule aNamespaceRule)
Add a new
@namespace rule at the end of the
@namespace rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addNamespaceRule(int nIndex,
CSSNamespaceRule aNamespaceRule)
Add a new
@namespace rule at the specified index of the
@namespace rule list. |
CascadingStyleSheet |
CascadingStyleSheet.addNamespaceRule(int nIndex,
CSSNamespaceRule aNamespaceRule)
Add a new
@namespace rule at the specified index of the
@namespace rule list. |
com.helger.commons.state.EChange |
CascadingStyleSheet.removeNamespaceRule(CSSNamespaceRule aNamespaceRule)
Remove the specified
@namespace rule. |
com.helger.commons.state.EChange |
CascadingStyleSheet.removeNamespaceRule(CSSNamespaceRule aNamespaceRule)
Remove the specified
@namespace rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSVisitorForUrl.onNamespace(CSSNamespaceRule aNamespaceRule) |
void |
DefaultCSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule) |
void |
ICSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule)
Called on CSS namespace statement
|
void |
ICSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule)
Called on CSS namespace statement
|
void |
DefaultCSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule) |
void |
CSSVisitorForUrl.onNamespace(CSSNamespaceRule aNamespaceRule) |
static void |
CSSVisitor.visitNamespaceRule(CSSNamespaceRule aNamespaceRule,
ICSSVisitor aVisitor)
Visit all elements of a single namespace rule.
|
static void |
CSSVisitor.visitNamespaceRule(CSSNamespaceRule aNamespaceRule,
ICSSVisitor aVisitor)
Visit all elements of a single namespace rule.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.