|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DOM4JCSSStyleSheet | |
|---|---|
| info.informatica.doc.dom4j | Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. |
| Uses of DOM4JCSSStyleSheet in info.informatica.doc.dom4j |
|---|
| Methods in info.informatica.doc.dom4j that return DOM4JCSSStyleSheet | |
|---|---|
DOM4JCSSStyleSheet |
DOM4JCSSStyleSheet.clone()
Creates and returns a copy of this style sheet. |
DOM4JCSSStyleSheet |
XHTMLDocumentFactory.DOM4JCSSStyleSheetFactory.createStyleSheet(XHTMLElement ownerElement,
String namespaceUri,
org.w3c.dom.stylesheets.MediaList mediaList)
Creates a CSS style sheet. |
protected DOM4JCSSStyleSheet |
XHTMLDocumentFactory.getDefaultStyleSheet()
|
DOM4JCSSStyleSheet |
XHTMLDocument.getDefaultStyleSheet()
Gets the default CSS style sheet to be used by this document. |
DOM4JCSSStyleSheet |
XHTMLDocument.getStyleSheet()
Gets the style sheet that applies to this document. |
DOM4JCSSStyleSheet |
XHTMLDocumentFactory.getUserAgentStyleSheet()
Gets the User Agent default CSS style sheet to be used by this factory. |
| Methods in info.informatica.doc.dom4j with parameters of type DOM4JCSSStyleSheet | |
|---|---|
void |
XHTMLDocumentFactory.setDefaultStyleSheet(DOM4JCSSStyleSheet styleSheet)
Deprecated. use setUserAgentStyleSheet and setUserStyleSheet. |
void |
XHTMLDocument.setDefaultStyleSheet(DOM4JCSSStyleSheet styleSheet)
Sets the default CSS style sheet to be used by this document. |
void |
XHTMLDocumentFactory.setUserAgentStyleSheet(DOM4JCSSStyleSheet styleSheet)
Sets the default User Agent CSS style sheet to be used in documents created by this factory. |
void |
XHTMLDocumentFactory.setUserStyleSheet(DOM4JCSSStyleSheet styleSheet)
Sets the CSS style sheet defined by the end-user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||