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(java.lang.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(java.io.Reader reader,
StylesheetInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
StylesheetFactoryImpl.putStylesheet(java.lang.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(java.io.Reader reader,
StylesheetInfo info) |
Modifier and Type | Method and Description |
---|---|
Stylesheet |
CSSParser.parseStylesheet(java.lang.String uri,
int origin,
java.io.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
|