Uses of Class
com.helger.css.decl.CSSNamespaceRule
Packages that use CSSNamespaceRule
-
Uses of CSSNamespaceRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSNamespaceRuleModifier and TypeMethodDescriptionCascadingStyleSheet.getNamespaceRuleAtIndex(int nIndex) Get the@namespacerule at the specified index.final CSSNamespaceRuleCSSNamespaceRule.setNamespacePrefix(String sNamespacePrefix) final CSSNamespaceRuleCSSNamespaceRule.setNamespaceURL(String sURL) Methods in com.helger.css.decl that return types with arguments of type CSSNamespaceRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSNamespaceRule>CascadingStyleSheet.getAllNamespaceRules()Methods in com.helger.css.decl with parameters of type CSSNamespaceRuleModifier and TypeMethodDescriptionCascadingStyleSheet.addNamespaceRule(int nIndex, CSSNamespaceRule aNamespaceRule) Add a new@namespacerule at the specified index of the@namespacerule list.CascadingStyleSheet.addNamespaceRule(CSSNamespaceRule aNamespaceRule) Add a new@namespacerule at the end of the@namespacerule list.com.helger.commons.state.EChangeCascadingStyleSheet.removeNamespaceRule(CSSNamespaceRule aNamespaceRule) Remove the specified@namespacerule. -
Uses of CSSNamespaceRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSNamespaceRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onNamespace(CSSNamespaceRule aNamespaceRule) voidDefaultCSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule) voidICSSVisitor.onNamespace(CSSNamespaceRule aNamespaceRule) Called on CSS namespace statementstatic voidCSSVisitor.visitNamespaceRule(CSSNamespaceRule aNamespaceRule, ICSSVisitor aVisitor) Visit all elements of a single namespace rule.