| Package | Description |
|---|---|
| com.helger.css.handler | |
| com.helger.css.reader | |
| com.helger.css.reader.errorhandler |
| Modifier and Type | Method and Description |
|---|---|
static CascadingStyleSheet |
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Create a
CascadingStyleSheet object from a parsed object. |
static CSSDeclarationList |
CSSHandler.readDeclarationListFromNode(ECSSVersion eVersion,
CSSNode aNode,
ICSSInterpretErrorHandler aErrorHandler)
Create a
CSSDeclarationList object from a parsed object. |
| Modifier and Type | Method and Description |
|---|---|
static ICSSInterpretErrorHandler |
CSSReaderDeclarationList.getDefaultInterpretErrorHandler() |
static ICSSInterpretErrorHandler |
CSSReader.getDefaultInterpretErrorHandler() |
ICSSInterpretErrorHandler |
CSSReaderSettings.getInterpretErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CSSReaderDeclarationList.setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)
Set the default interpret error handler to handle interpretation errors in
successfully parsed CSS.
|
static void |
CSSReader.setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)
Set the default interpret error handler to handle interpretation errors in
successfully parsed CSS.
|
CSSReaderSettings |
CSSReaderSettings.setInterpretErrorHandler(ICSSInterpretErrorHandler aInterpretErrorHandler)
Set a special interpret error handler for handling errors in successfully
parsed CSS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingCSSInterpretErrorHandler
An implementation of
ICSSInterpretErrorHandler that does nothing. |
class |
LoggingCSSInterpretErrorHandler
A logging implementation of
ICSSInterpretErrorHandler. |
Copyright © 2014–2018 Philip Helger. All rights reserved.