Provides a CSS parser conform to the SAC API.
See: Description
| Interface Summary | |
|---|---|
| ExtendedParser | This class implements the {@link org.w3c.css.sac.Parser} interface plus a set of custom methods. |
| LexicalUnits | This interface defines the constants that represent CSS lexical units. |
| Class Summary | |
|---|---|
| AbstractAttributeCondition | This class provides an abstract implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| AbstractCombinatorCondition | This class provides an abstract implementation of the {@link org.w3c.css.sac.CombinatorCondition} interface. |
| AbstractDescendantSelector | This class provides an abstract implementation of the {@link DescendantSelector} interface. |
| AbstractElementSelector | This class provides an abstract implementation of the {@link ElementSelector} interface. |
| AbstractSiblingSelector | This class provides an abstract implementation of the {@link org.w3c.css.sac.SiblingSelector} interface. |
| CSSLexicalUnit | This class implements the {@link 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 {@link SACMediaList} interface. |
| CSSSelectorList | This class implements the {@link SelectorList} interface. |
| DefaultAndCondition | This class provides an implementation of the {@link org.w3c.css.sac.CombinatorCondition} interface. |
| DefaultAttributeCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultBeginHyphenAttributeCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultChildSelector | This class provides an implementation of the {@link org.w3c.css.sac.DescendantSelector} interface. |
| DefaultClassCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultConditionalSelector | This class provides an implementation of the {@link org.w3c.css.sac.ConditionalSelector} interface. |
| DefaultConditionFactory | This class provides an implementation of the {@link org.w3c.css.sac.ConditionFactory} interface. |
| DefaultDescendantSelector | This class provides an implementation for the {@link org.w3c.css.sac.DescendantSelector} interface. |
| DefaultDirectAdjacentSelector | This class provides an implementation for the {@link org.w3c.css.sac.DescendantSelector} interface. |
| DefaultDocumentHandler | This class provides a default implementation of the SAC DocumentHandler. |
| DefaultElementSelector | This class implements the {@link org.w3c.css.sac.ElementSelector} interface. |
| DefaultErrorHandler | This class provides a default implementation of the {@link ErrorHandler} interface. |
| DefaultIdCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultLangCondition | This class provides an implementation of the {@link org.w3c.css.sac.LangCondition} interface. |
| DefaultOneOfAttributeCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultPseudoClassCondition | This class provides an implementation of the {@link org.w3c.css.sac.AttributeCondition} interface. |
| DefaultPseudoElementSelector | This class implements the {@link org.w3c.css.sac.ElementSelector} interface. |
| DefaultSelectorFactory | This class implements the {@link org.w3c.css.sac.SelectorFactory} interface. |
| ExtendedParserWrapper | This class implements the {@link org.apache.batik.css.parser.ExtendedParser} interface by wrapping a standard {@link org.w3c.css.sac.Parser}. |
| ParseException | This class encapsulates a general parse error or warning. |
| Parser | This class implements the {@link org.w3c.css.sac.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. |