Class DOMCSSStyleSheetFactory

All Implemented Interfaces:
CSSStyleSheetFactory, Serializable

public class DOMCSSStyleSheetFactory extends BaseCSSStyleSheetFactory
CSS style sheet factory for DOM.

Allows the creation of stand-alone style sheets; also provides a method (createCSSDocument(Document)) to wrap any DOM Document into a CSSDocument, and access to an implementation of UserAgent based on those wrapped documents.

See Also: