Uses of Class
com.helger.css.decl.CSSUnknownRule
Packages that use CSSUnknownRule
-
Uses of CSSUnknownRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSUnknownRuleModifier and TypeMethodDescriptionAbstractHasTopLevelRules.getUnknownRuleAtIndex(int nIndex) Get the unknown rule at the specified index.CSSUnknownRule.setParameterList(String sParameterList) Methods in com.helger.css.decl that return types with arguments of type CSSUnknownRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSUnknownRule>AbstractHasTopLevelRules.getAllUnknownRules()Get a list of all top-level rules that are unknown rules (implementingCSSUnknownRule). -
Uses of CSSUnknownRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSUnknownRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onUnknownRule(CSSUnknownRule aUnknownRule) voidDefaultCSSVisitor.onUnknownRule(CSSUnknownRule aUnknownRule) voidICSSVisitor.onUnknownRule(CSSUnknownRule aUnknownRule) Called when an unknown rule is encountered.static voidCSSVisitor.visitUnknownRule(CSSUnknownRule aUnknownRule, ICSSVisitor aVisitor) Visit all elements of a single unknown @ rule.