| Interface | Description |
|---|---|
| ICSSParseExceptionCallback |
Special CSS exception handler.
|
| Class | Description |
|---|---|
| CSSHandler |
This class is the entry point for converting AST nodes from the parser to
domain objects.
|
| DoNothingCSSParseExceptionCallback |
An implementation of
ICSSParseExceptionCallback that silently ignores
all errors. |
| LoggingCSSParseExceptionCallback |
An implementation of
ICSSParseExceptionCallback that logs all
ParseExceptions to a Logger. |
| Enum | Description |
|---|---|
| ECSSNodeType |
Maps the different parser tokens.
|
| Exception | Description |
|---|---|
| CSSHandlingException |
Runtime exception that is thrown if interpreting the CSS fails.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.