Interface | Description |
---|---|
AttributeCondition | |
CharacterDataSelector | |
CombinatorCondition | |
Condition | |
ConditionalSelector | |
ConditionFactory | |
ContentCondition | |
DescendantSelector | |
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.
|
ElementSelector | |
ErrorHandler |
Basic interface for CSS error handlers.
|
LangCondition | |
LexicalUnit |
This is a lexical unit for CSS values.
|
Locator |
Interface for associating a CSS event with a document location.
|
NegativeCondition | |
NegativeSelector | |
Parser |
Basic interface for CSS (Simple API for CSS) parsers.
|
PositionalCondition | |
ProcessingInstructionSelector |
This simple matches a
processing instruction.
|
SACMediaList | |
Selector |
This interface defines a selector.
|
SelectorFactory | |
SelectorList |
The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
|
SiblingSelector | |
SimpleSelector |
This interface is only for constraints on selectors.
|
Class | Description |
---|---|
InputSource |
A single input source for a CSS source.
|
Exception | Description |
---|---|
CSSException | |
CSSParseException |
Encapsulate a CSS parse error or warning.
|