Package org.apache.batik.css.parser

Provides a CSS parser conform to the SAC API.

See:
          Description

Interface Summary
ExtendedParser This class implements the 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 org.w3c.css.sac.AttributeCondition interface.
AbstractCombinatorCondition This class provides an abstract implementation of the org.w3c.css.sac.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 org.w3c.css.sac.SiblingSelector interface.
CSSLexicalUnit This class implements the CSSLexicalUnit.SimpleLexicalUnit 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 org.w3c.css.sac.CombinatorCondition interface.
DefaultAttributeCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultBeginHyphenAttributeCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultChildSelector This class provides an implementation of the org.w3c.css.sac.DescendantSelector interface.
DefaultClassCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultConditionalSelector This class provides an implementation of the org.w3c.css.sac.ConditionalSelector interface.
DefaultConditionFactory This class provides an implementation of the org.w3c.css.sac.ConditionFactory interface.
DefaultDescendantSelector This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.
DefaultDirectAdjacentSelector This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.
DefaultDocumentHandler This class provides a default implementation of the SAC DocumentHandler.
DefaultElementSelector This class implements the org.w3c.css.sac.ElementSelector interface.
DefaultErrorHandler This class provides a default implementation of the ErrorHandler interface.
DefaultIdCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultLangCondition This class provides an implementation of the org.w3c.css.sac.LangCondition interface.
DefaultOneOfAttributeCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultPseudoClassCondition This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
DefaultPseudoElementSelector This class implements the org.w3c.css.sac.ElementSelector interface.
DefaultSelectorFactory This class implements the org.w3c.css.sac.SelectorFactory interface.
ExtendedParserWrapper This class implements the ExtendedParser interface by wrapping a standard org.w3c.css.sac.Parser.
Parser This class implements the 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.
 

Exception Summary
ParseException This class encapsulates a general parse error or warning.
 

Package org.apache.batik.css.parser Description

Provides a CSS parser conform to the SAC API.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.