| Package | Description |
|---|---|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| com.gargoylesoftware.css.util |
Package com.gargoylesoftware.css.util.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerBase
Empty implementation of the DocumentHandlerExt interface.
|
| Modifier and Type | Method and Description |
|---|---|
protected CSSErrorHandler |
AbstractCSSParser.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCSSParser.setErrorHandler(CSSErrorHandler eh) |
void |
CSSOMParser.setErrorHandler(CSSErrorHandler eh) |
void |
CSSParser.setErrorHandler(CSSErrorHandler handler)
Allow an application to register an error event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThrowCssExceptionErrorHandler
Helper implementation of
CSSErrorHandler, which throws CssException in case of problems. |
Copyright © 2021. All rights reserved.