| Interface | Description |
|---|---|
| ICSSUrlVisitor |
Interface for visiting all URLs in a CSS document.
|
| ICSSVisitor |
Interface for visiting different elements of a CSS domain object.
|
| Class | Description |
|---|---|
| AbstractModifyingCSSUrlVisitor |
Abstract
ICSSUrlVisitor that modifies all URLs according to an
abstract rule |
| CSSVisitor |
This class is used to walk a CSS domain object and call the respective
ICSSVisitor and ICSSUrlVisitor interface methods. |
| CSSVisitorForUrl |
A special
ICSSVisitor that is used to extract URLs from the available
rules and call the ICSSUrlVisitor visitor. |
| DefaultCSSUrlVisitor |
Default implementation of the
ICSSUrlVisitor interface which does
nothing. |
| DefaultCSSVisitor |
Default implementation of the
ICSSVisitor interface. |
Copyright © 2014–2018 Philip Helger. All rights reserved.