| Interface | Description |
|---|---|
| ICSSInterpretErrorHandler |
Special CSS error handler that is invoked during interpretation of a parsed
CSS.
|
| ICSSParseErrorHandler |
Special CSS handler that is invoked during reading in case of a recoverable
errors.
|
| Class | Description |
|---|---|
| CollectingCSSParseErrorHandler |
A collecting implementation of
ICSSParseErrorHandler. |
| CSSParseError |
This item contains a single CSSparsing error.
|
| DoNothingCSSInterpretErrorHandler |
An implementation of
ICSSInterpretErrorHandler that does nothing. |
| DoNothingCSSParseErrorHandler |
An implementation of
ICSSParseErrorHandler that does nothing. |
| LoggingCSSInterpretErrorHandler |
A logging implementation of
ICSSInterpretErrorHandler. |
| LoggingCSSParseErrorHandler |
A logging implementation of
ICSSParseErrorHandler. |
| ThrowingCSSParseErrorHandler |
An implementation of
ICSSParseErrorHandler that throws a
ParseException. |
Copyright © 2014–2022 Philip Helger. All rights reserved.