Uses of Class
com.helger.css.decl.CSSNamespaceRule
-
Packages that use CSSNamespaceRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSNamespaceRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSNamespaceRule Modifier and Type Method Description CSSNamespaceRuleCascadingStyleSheet. getNamespaceRuleAtIndex(int nIndex)Get the@namespacerule at the specified index.CSSNamespaceRuleCSSNamespaceRule. setNamespacePrefix(String sNamespacePrefix)CSSNamespaceRuleCSSNamespaceRule. setNamespaceURL(String sURL)Methods in com.helger.css.decl that return types with arguments of type CSSNamespaceRule Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSNamespaceRule>CascadingStyleSheet. getAllNamespaceRules()Methods in com.helger.css.decl with parameters of type CSSNamespaceRule Modifier and Type Method Description CascadingStyleSheetCascadingStyleSheet. addNamespaceRule(int nIndex, CSSNamespaceRule aNamespaceRule)Add a new@namespacerule at the specified index of the@namespacerule list.CascadingStyleSheetCascadingStyleSheet. 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 CSSNamespaceRule Modifier and Type Method Description voidCSSVisitorForUrl. 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.
-