Uses of Class
com.helger.css.decl.CSSImportRule
-
Packages that use CSSImportRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSImportRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSImportRule Modifier and Type Method Description CSSImportRuleCSSImportRule. addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery)Add a media query at the specified index of the list.CSSImportRuleCSSImportRule. addMediaQuery(CSSMediaQuery aMediaQuery)Add a media query at the end of the list.CSSImportRuleCascadingStyleSheet. getImportRuleAtIndex(int nIndex)Get the@importrule at the specified index.CSSImportRuleCSSImportRule. setLocation(CSSURI aLocation)Set the URI of the file to be imported.CSSImportRuleCSSImportRule. setLocationString(String sLocationURI)Set the URI of the file to be imported.Methods in com.helger.css.decl that return types with arguments of type CSSImportRule Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSImportRule>CascadingStyleSheet. getAllImportRules()Methods in com.helger.css.decl with parameters of type CSSImportRule Modifier and Type Method Description CascadingStyleSheetCascadingStyleSheet. addImportRule(int nIndex, CSSImportRule aImportRule)Add a new@importrule at a specified index of the@importrule list.CascadingStyleSheetCascadingStyleSheet. addImportRule(CSSImportRule aImportRule)Add a new@importrule at the end of the@importrule list.com.helger.commons.state.EChangeCascadingStyleSheet. removeImportRule(CSSImportRule aImportRule)Remove the specified@importrule. -
Uses of CSSImportRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSImportRule Modifier and Type Method Description voidAbstractModifyingCSSUrlVisitor. onImport(CSSImportRule aImportRule)voidCSSVisitorForUrl. onImport(CSSImportRule aImportRule)voidDefaultCSSUrlVisitor. onImport(CSSImportRule aImportRule)voidDefaultCSSVisitor. onImport(CSSImportRule aImportRule)voidICSSUrlVisitor. onImport(CSSImportRule aImportRule)Called on CSS import statement.voidICSSVisitor. onImport(CSSImportRule aImportRule)Called on CSS import statementstatic voidCSSVisitor. visitImportRule(CSSImportRule aImportRule, ICSSVisitor aVisitor)Visit all elements of a single import rule.
-