| Interface | Description |
|---|---|
| CSSErrorHandler |
Interface for CSS parser error handlers.
|
| CSSParser |
Basic interface of the CSS parser.
|
| DocumentHandler |
This is the main interface that most CSS applications implement: if the
application needs to be informed of basic parsing events, it implements this
interface and registers an instance with the CSS parser using the
setCSSHandler method.
|
| LexicalUnit |
Lexical unit of css values.
|
| Locatable |
Locatable interface.
|
| Class | Description |
|---|---|
| AbstractCSSParser |
Base implementation of
CSSParser. |
| AbstractLocatable |
Abstract base class of all locatables.
|
| CssCharStream |
An implementation of interface CharStream.
|
| CSSOMParser | |
| HandlerBase |
Empty implementation of the DocumentHandlerExt interface.
|
| InputSource |
The input supported by the parser.
|
| LexicalUnitImpl |
Implementation of
LexicalUnit. |
| Locator |
For associating a CSS event with a document location.
|
| ParserUtils |
Util methods used by the parser and lexer.
|
| Enum | Description |
|---|---|
| CSSException.ErrorCode |
Enum for error codes.
|
| LexicalUnit.LexicalUnitType |
Enum for the various unit types.
|
| Exception | Description |
|---|---|
| CSSException | |
| CSSParseException |
Encapsulate a CSS parse error or warning.
|
Copyright © 2020. All rights reserved.