Package org.apache.batik.css

Provides the classes for accessing CSS2 through DOM level 2 interfaces.

See:
          Description

Interface Summary
CSSRuleListOwner This interface represents the objects which own a list of CSSRules.
ElementNonCSSPresentationalHints This interface must be implemented by an element that contains non-CSS presentational hints, like the 'align' attribute in HTML.
ElementWithBaseURI This interface represents elements which are able to compute their base URI.
ElementWithID This interface represents elements with an ID attribute.
ElementWithPseudoClass This interface represents elements with pseudo-classes.
ExtendedElementCSSInlineStyle This interface extends the ElementCSSInlineStyle.
ExtendedLinkStyle This interface is an extension of the standard LinkStyle interface.
HiddenChildElement This interface allows an element to be considered as the child of another element without being added to the DOM tree.
 

Class Summary
AbstractCSSRule This class implements the CSSRule interface.
AbstractStyleSheet This class implements the StyleSheet interface.
AbstractViewCSS This class provides an abstract implementation of the ViewCSS interface.
CSSDocumentHandler This class provides conveniant methods for parsing style sheets and implements the DocumentHandler interface.
CSSDOMExceptionFactory This class contains a method to create a DOMException object with a localized message.
CSSOMImportRule This class implements the CSSImportRule interface.
CSSOMMediaRule This class implements the CSSMediaRule interface.
CSSOMReadOnlyStyleDeclaration This class implements the CSSStyleDeclaration interface.
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry To store a author value.
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry To store an important author value.
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry To store an important user-agent value.
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry To store an important user value.
CSSOMReadOnlyStyleDeclaration.PropertyMap To store the values.
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry To store a user-agent value.
CSSOMReadOnlyStyleDeclaration.UserValueEntry To store a user value.
CSSOMReadOnlyStyleDeclaration.ValueEntry This interface represents a value entry in the table.
CSSOMReadOnlyValue This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
CSSOMRuleList This class provides an implementation of the CSSRuleList interface.
CSSOMStyleDeclaration This class implements the CSSStyleDeclaration interface.
CSSOMStyleDeclaration.ValueEntry To store the CSSValue of a property.
CSSOMStyleRule This class implements the CSSStyleRule interface.
CSSOMStyleSheet This class provides an implementation of the CSSStyleSheet interface.
CSSOMUnknownRule This class provides an implementation of the CSSUnknownRule interface.
CSSOMValue This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
DocumentHandlerAdapter This class is an adapter of the DocumentHandler interface.
DOMMediaList This class implements the MediaList interface.
DOMStyleSheetList This class implements the StyleSheetList interface.
HiddenChildElementSupport This class provides utility methods for HiddenChildElement support.
PropertyMap A simple hashtable, not synchronized, with fixed load factor and with equality test made with '=='.
PropertyMap.Entry To manage collisions
 

Package org.apache.batik.css Description

Provides the classes for accessing CSS2 through DOM level 2 interfaces.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.