| Interface Summary | |
|---|---|
| CSSContext | This interface allows the user of a CSSEngine to provide contextual informations. |
| CSSEngineListener | This class must be implemented in order to be notified of CSS events. |
| CSSEngineUserAgent | One line Class Desc Complete Class Desc |
| CSSEngine.MainPropertyReceiver | Interface for people interesting in having 'primary' properties set. |
| CSSNavigableDocument | An interface for documents that have CSSNavigableNodes. |
| CSSNavigableDocumentListener | An interface for listeners of CSSNavigableDocument events. |
| CSSNavigableNode | An interface for DOM classes that can be navigated for CSS selector matching and cascade computation. |
| CSSStylableElement | This interface must be implemented by the DOM elements which needs CSS support. |
| CSSStyleSheetNode | This interface must be implemented by the DOM nodes which represent CSS style-sheets. |
| Rule | This interface represents a CSS rule. |
| StyleDeclarationProvider | An interface for org.w3c.dom.css.CSSStyleDeclaration objects to expose their underlying StyleDeclaration objects storing the properties. |
| Class Summary | |
|---|---|
| CSSEngine | This is the base class for all the CSS engines. |
| CSSEngineEvent | This class represents a CSS event fired by a CSSEngine. |
| CSSEngine.CSSNavigableDocumentHandler | To handle mutations of a CSSNavigableDocument. |
| CSSEngine.DocumentAdapter | Provides an (empty) adapter for the DocumentHandler interface. |
| CSSEngine.DOMAttrModifiedListener | To handle the element attributes modification in the associated document. |
| CSSEngine.DOMCharacterDataModifiedListener | To handle the modification of a CSSStyleSheetNode. |
| CSSEngine.DOMNodeInsertedListener | To handle the insertion of a CSSStyleSheetNode in the associated document. |
| CSSEngine.DOMNodeRemovedListener | To handle the removal of a CSSStyleSheetNode from the associated document. |
| CSSEngine.DOMSubtreeModifiedListener | To handle the removal of a CSSStyleSheetNode from the associated document. |
| CSSEngine.StyleDeclarationBuilder | To build a StyleDeclaration object. |
| CSSEngine.StyleDeclarationDocumentHandler | To parse a style declaration. |
| CSSEngine.StyleDeclarationUpdateHandler | To parse a style declaration and update a StyleMap. |
| CSSEngine.StyleSheetDocumentHandler | To parse a style sheet. |
| FontFaceRule | This class represents a @font-face CSS rule. |
| ImportRule | This class represents a @import CSS rule. |
| MediaRule | This class represents a @media CSS rule. |
| Messages | This class manages the message for the css.engine module. |
| StringIntMap | A simple hashtable, not synchronized, with fixed load factor. |
| StringIntMap.Entry | To manage collisions |
| StyleDeclaration | This class represents a collection of CSS property values. |
| StyleMap | This class represents objects which contains property/value mappings. |
| StyleRule | This class represents a style rule. |
| StyleSheet | This class represents a list of rules. |
| SVG12CSSEngine | This class provides a CSS engine initialized for SVG. |
| SVGCSSEngine | This class provides a CSS engine initialized for SVG. |
| SystemColorSupport | This class provides support for AWT system colors. |