| Package | Description |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.extend | |
| org.xhtmlrenderer.css.sheet | |
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here! All the classes
in this package are oriented towards ease-of-use.
|
| org.xhtmlrenderer.simple.extend |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactoryImpl.getStylesheet(StylesheetInfo info)
Returns a cached sheet by its key; loads and caches it if not in cache;
null if not able to load
|
Stylesheet |
StylesheetFactoryImpl.parse(Reader reader,
StylesheetInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactory.getStylesheet(StylesheetInfo si) |
Stylesheet |
StylesheetFactory.parse(Reader reader,
StylesheetInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
Stylesheet.addImportRule(StylesheetInfo info) |
| Modifier and Type | Method and Description |
|---|---|
StylesheetInfo |
NamespaceHandler.getDefaultStylesheet(StylesheetFactory factory) |
StylesheetInfo[] |
NamespaceHandler.getStylesheets(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
StylesheetInfo |
NoNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory) |
StylesheetInfo[] |
NoNamespaceHandler.getStylesheets(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
StylesheetInfo |
XhtmlCssOnlyNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory) |
StylesheetInfo[] |
XhtmlCssOnlyNamespaceHandler.getStylesheets(Document doc)
Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object
|
protected StylesheetInfo |
XhtmlCssOnlyNamespaceHandler.readLinkElement(Element link) |
protected StylesheetInfo |
XhtmlCssOnlyNamespaceHandler.readStyleElement(Element style) |
Copyright © 2021. All rights reserved.