Uses of Class
com.helger.css.decl.CSSImportRule
Packages that use CSSImportRule
-
Uses of CSSImportRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSImportRuleModifier and TypeMethodDescriptionCSSImportRule.addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery) Add a media query at the specified index of the list.CSSImportRule.addMediaQuery(CSSMediaQuery aMediaQuery) Add a media query at the end of the list.CascadingStyleSheet.getImportRuleAtIndex(int nIndex) Get the@importrule at the specified index.final CSSImportRuleCSSImportRule.setLocation(CSSURI aLocation) Set the URI of the file to be imported.final 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 CSSImportRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSImportRule>CascadingStyleSheet.getAllImportRules()Methods in com.helger.css.decl with parameters of type CSSImportRuleModifier and TypeMethodDescriptionCascadingStyleSheet.addImportRule(int nIndex, CSSImportRule aImportRule) Add a new@importrule at a specified index of the@importrule list.CascadingStyleSheet.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 CSSImportRuleModifier and TypeMethodDescriptionvoidAbstractModifyingCSSUrlVisitor.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.