Package org.idpf.epubcheck.util.css
package org.idpf.epubcheck.util.css
-
ClassDescriptionContentHandler interface for CssParser.A default, do-nothing implementation of CssContentHandler.ErrorHandler interface for CssParser.Represents a CSS escape sequence.Exception types and error codes.An exception with grammatical origins.An exception with lexical origins.CSS grammar components.A CssConstruct that is composed by a single token.A CSS at-rule.An attribute match selector ('=', '~=', '|=', '^=', '$=', '*=')An attribute selector ([name] or [name, match, ident/string] )A CSS class nameA CssConstruct that is composed a list of atomic and/or composed CssConstructs, and optionally a name.Abstract base for all CssConstructs.A CSS declaration.A CSS function.A CSS hash nameA CSS keyword.A CSS pseudo selector (pseudo-element and pseudo-class).A CSS quantity.A scoped group, aka (...) and [...].A CSS selectorA CSS selector combinator (space, plus, greater or tilde).******************************************A CSS simple selector sequence
A sequence of simple selectors is a chain of simple selectors that are not separated by a combinator.
A CSS string.A CSS single-character symbol (e.g.A type or universal ('*') selector, possibly with namespace bindings.A CSS unicode rangeA CSS URI.An InputStream for CSS files that detects and skips past BOMs, and peeks for @charset rules.Represents a location in a CSS file.A CSS parser.A wrapper around java.io.Reader with a pushback buffer, offset and line+column tracking.A lexical scanner for CSS.Memoizer for escapes at forward reader positions.Represents a CSS source.Represents a CSS token.Token predicate matchers.Token types.