| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSUnknownRule |
AbstractHasTopLevelRules.getUnknownRuleAtIndex(int nIndex)
Get the unknown rule at the specified index.
|
CSSUnknownRule |
CSSUnknownRule.setBody(String sBody) |
CSSUnknownRule |
CSSUnknownRule.setParameterList(String sParameterList) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSUnknownRule> |
AbstractHasTopLevelRules.getAllUnknownRules()
Get a list of all top-level rules that are unknown rules (implementing
CSSUnknownRule). |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSSVisitor.onUnknownRule(CSSUnknownRule aUnknownRule)
Called when an unknown rule is encountered.
|
void |
DefaultCSSVisitor.onUnknownRule(CSSUnknownRule aUnknownRule) |
void |
CSSVisitorForUrl.onUnknownRule(CSSUnknownRule aUnknownRule) |
static void |
CSSVisitor.visitUnknownRule(CSSUnknownRule aUnknownRule,
ICSSVisitor aVisitor)
Visit all elements of a single unknown @ rule.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.