Package | Description |
---|---|
org.xhtmlrenderer.context | |
org.xhtmlrenderer.css.extend | |
org.xhtmlrenderer.css.sheet | |
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.simple.extend | |
org.xhtmlrenderer.swing |
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(java.io.Reader reader,
StylesheetInfo info) |
Modifier and Type | Method and Description |
---|---|
Stylesheet |
StylesheetFactory.getStylesheet(StylesheetInfo si) |
Stylesheet |
StylesheetFactory.parse(java.io.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(org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
StylesheetInfo |
XhtmlCssOnlyNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory) |
StylesheetInfo[] |
XhtmlCssOnlyNamespaceHandler.getStylesheets(org.w3c.dom.Document doc)
Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object
|
Modifier and Type | Method and Description |
---|---|
StylesheetInfo |
NoNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory) |
StylesheetInfo[] |
NoNamespaceHandler.getStylesheets(org.w3c.dom.Document doc) |