Package com.helger.css.decl.visit
-
Interface Summary Interface Description ICSSUrlVisitor Interface for visiting all URLs in a CSS document.ICSSVisitor Interface for visiting different elements of a CSS domain object. -
Class Summary Class Description AbstractModifyingCSSUrlVisitor AbstractICSSUrlVisitorthat modifies all URLs according to an abstract ruleCSSVisitor This class is used to walk a CSS domain object and call the respectiveICSSVisitorandICSSUrlVisitorinterface methods.CSSVisitorForUrl A specialICSSVisitorthat is used to extract URLs from the available rules and call theICSSUrlVisitorvisitor.DefaultCSSUrlVisitor Default implementation of theICSSUrlVisitorinterface which does nothing.DefaultCSSVisitor Default implementation of theICSSVisitorinterface.