Package org.htmlunit.cssparser.parser
Package org.htmlunit.cssparser.parser.
-
Interface Summary Interface Description CSSErrorHandler Interface for CSS parser error handlers.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 Summary Class Description AbstractCSSParser Base implementation.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 ofLexicalUnit
.Locator For associating a CSS event with a document location. -
Enum Summary Enum Description CSSException.ErrorCode Enum for error codes.LexicalUnit.LexicalUnitType Enum for the various unit types. -
Exception Summary Exception Description CSSException CSSParseException Encapsulate a CSS parse error or warning.