| Package | Description |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.extend | |
| org.xhtmlrenderer.css.parser | |
| org.xhtmlrenderer.css.sheet |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactoryImpl.getCachedStylesheet(Object key)
Returns a cached sheet by its key; null if no entry for that key.
|
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 |
|---|---|
void |
StylesheetFactoryImpl.putStylesheet(Object key,
Stylesheet sheet)
Adds a stylesheet to the factory cache.
|
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactory.getStylesheet(StylesheetInfo si) |
Stylesheet |
StylesheetFactory.parse(Reader reader,
StylesheetInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
CSSParser.parseStylesheet(String uri,
int origin,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetInfo.getStylesheet()
Gets the stylesheet attribute of the StylesheetInfo object
|
| Modifier and Type | Method and Description |
|---|---|
void |
StylesheetInfo.setStylesheet(Stylesheet stylesheet)
Sets the stylesheet attribute of the StylesheetInfo object
|
Copyright © 2016. All rights reserved.