Uses of Interface
com.helger.css.decl.visit.ICSSVisitor
Packages that use ICSSVisitor
-
Uses of ICSSVisitor in com.helger.css.decl.visit
Classes in com.helger.css.decl.visit that implement ICSSVisitorModifier and TypeClassDescriptionclassA specialICSSVisitorthat is used to extract URLs from the available rules and call theICSSUrlVisitorvisitor.classDefault implementation of theICSSVisitorinterface.Methods in com.helger.css.decl.visit with parameters of type ICSSVisitorModifier and TypeMethodDescriptionstatic voidCSSVisitor.visitAllDeclarations(IHasCSSDeclarations<?> aHasDeclarations, ICSSVisitor aVisitor) Visit all declarations contained in the passed declaration container.static voidCSSVisitor.visitCSS(CascadingStyleSheet aCSS, ICSSVisitor aVisitor) Visit all CSS elements in the order of their declaration. import rules come first, namespace rules come next and all other top-level rules in the order of their declaration.static voidCSSVisitor.visitFontFaceRule(CSSFontFaceRule aFontFaceRule, ICSSVisitor aVisitor) Visit all elements of a single font-face rule.static voidCSSVisitor.visitImportRule(CSSImportRule aImportRule, ICSSVisitor aVisitor) Visit all elements of a single import rule.static voidCSSVisitor.visitKeyframesRule(CSSKeyframesRule aKeyframesRule, ICSSVisitor aVisitor) Visit all elements of a single keyframes rule.static voidCSSVisitor.visitMediaRule(CSSMediaRule aMediaRule, ICSSVisitor aVisitor) Visit all elements of a single media rule.static voidCSSVisitor.visitNamespaceRule(CSSNamespaceRule aNamespaceRule, ICSSVisitor aVisitor) Visit all elements of a single namespace rule.static voidCSSVisitor.visitPageRule(CSSPageRule aPageRule, ICSSVisitor aVisitor) Visit all elements of a single page rule.static voidCSSVisitor.visitStyleRule(CSSStyleRule aStyleRule, ICSSVisitor aVisitor) Visit all elements of a single style rule.static voidCSSVisitor.visitSupportsRule(CSSSupportsRule aSupportsRule, ICSSVisitor aVisitor) Visit all elements of a single supports rule.static voidCSSVisitor.visitTopLevelRule(ICSSTopLevelRule aTopLevelRule, ICSSVisitor aVisitor) Visit all elements of a single top-level rule.static voidCSSVisitor.visitUnknownRule(CSSUnknownRule aUnknownRule, ICSSVisitor aVisitor) Visit all elements of a single unknown @ rule.static voidCSSVisitor.visitViewportRule(CSSViewportRule aViewportRule, ICSSVisitor aVisitor) Visit all elements of a single viewport rule.