| Package | Description |
|---|---|
| com.helger.css.handler | |
| com.helger.css.reader | |
| com.helger.css.reader.errorhandler |
| Modifier and Type | Method and Description |
|---|---|
static ICSSInterpretErrorHandler |
CSSReader.getDefaultInterpretErrorHandler() |
static ICSSInterpretErrorHandler |
CSSReaderDeclarationList.getDefaultInterpretErrorHandler() |
static ICSSInterpretErrorHandler |
CSSReaderDeclarationList.getDefaultInterpretErrorHandler() |
static ICSSInterpretErrorHandler |
CSSReader.getDefaultInterpretErrorHandler() |
ICSSInterpretErrorHandler |
CSSReaderSettings.getInterpretErrorHandler() |
ICSSInterpretErrorHandler |
CSSReaderSettings.getInterpretErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CSSReader.setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)
Set the default interpret error handler to handle interpretation errors in
successfully parsed CSS.
|
static void |
CSSReaderDeclarationList.setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)
Set the default interpret error handler to handle interpretation errors in
successfully parsed CSS.
|
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.
|
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–2022 Philip Helger. All rights reserved.