| Interface | Description |
|---|---|
| ExtendedParser |
This class implements the
Parser interface plus a
set of custom methods. |
| LexicalUnits |
This interface defines the constants that represent CSS lexical units.
|
| Class | Description |
|---|---|
| AbstractAttributeCondition |
This class provides an abstract implementation of the
AttributeCondition interface. |
| AbstractCombinatorCondition |
This class provides an abstract implementation of the
CombinatorCondition interface. |
| AbstractDescendantSelector |
This class provides an abstract implementation of the
DescendantSelector interface. |
| AbstractElementSelector |
This class provides an abstract implementation of the
ElementSelector interface. |
| AbstractSiblingSelector |
This class provides an abstract implementation of the
SiblingSelector interface. |
| CSSLexicalUnit |
This class implements the
LexicalUnit interface. |
| CSSLexicalUnit.DimensionLexicalUnit |
This class represents a dimension unit.
|
| CSSLexicalUnit.FloatLexicalUnit |
This class represents a float unit.
|
| CSSLexicalUnit.FunctionLexicalUnit |
This class represents a function unit.
|
| CSSLexicalUnit.IntegerLexicalUnit |
This class represents an integer unit.
|
| CSSLexicalUnit.PredefinedFunctionLexicalUnit |
This class represents a function unit.
|
| CSSLexicalUnit.SimpleLexicalUnit |
This class represents a simple unit.
|
| CSSLexicalUnit.StringLexicalUnit |
This class represents a string unit.
|
| CSSSACMediaList |
This class implements the
SACMediaList interface. |
| CSSSelectorList |
This class implements the
SelectorList interface. |
| DefaultAndCondition |
This class provides an implementation of the
CombinatorCondition interface. |
| DefaultAttributeCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultBeginHyphenAttributeCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultChildSelector |
This class provides an implementation of the
DescendantSelector interface. |
| DefaultClassCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultConditionalSelector |
This class provides an implementation of the
ConditionalSelector interface. |
| DefaultConditionFactory |
This class provides an implementation of the
ConditionFactory interface. |
| DefaultDescendantSelector |
This class provides an implementation for the
DescendantSelector interface. |
| DefaultDirectAdjacentSelector |
This class provides an implementation for the
DescendantSelector interface. |
| DefaultDocumentHandler |
This class provides a default implementation of the SAC DocumentHandler.
|
| DefaultElementSelector |
This class implements the
ElementSelector interface. |
| DefaultErrorHandler |
This class provides a default implementation of the
ErrorHandler interface. |
| DefaultIdCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultLangCondition |
This class provides an implementation of the
LangCondition interface. |
| DefaultOneOfAttributeCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultPseudoClassCondition |
This class provides an implementation of the
AttributeCondition interface. |
| DefaultPseudoElementSelector |
This class implements the
ElementSelector interface. |
| DefaultSelectorFactory |
This class implements the
SelectorFactory interface. |
| ExtendedParserWrapper |
This class implements the
ExtendedParser
interface by wrapping a standard Parser. |
| Parser |
This class implements the
Parser interface. |
| Scanner |
This class represents a CSS scanner - an object which decodes CSS lexical
units.
|
| ScannerUtilities |
A collection of utility functions for a CSS scanner.
|
| Exception | Description |
|---|---|
| ParseException |
This class encapsulates a general parse error or warning.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.