|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stylesheet | |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.extend | |
| org.xhtmlrenderer.css.parser | |
| org.xhtmlrenderer.css.sheet | |
| Uses of Stylesheet in org.xhtmlrenderer.context |
|---|
| Methods in org.xhtmlrenderer.context that return Stylesheet | |
|---|---|
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)
|
| Methods in org.xhtmlrenderer.context with parameters of type Stylesheet | |
|---|---|
void |
StylesheetFactoryImpl.putStylesheet(Object key,
Stylesheet sheet)
Adds a stylesheet to the factory cache. |
| Uses of Stylesheet in org.xhtmlrenderer.css.extend |
|---|
| Methods in org.xhtmlrenderer.css.extend that return Stylesheet | |
|---|---|
Stylesheet |
StylesheetFactory.getStylesheet(StylesheetInfo si)
|
Stylesheet |
StylesheetFactory.parse(Reader reader,
StylesheetInfo info)
|
| Uses of Stylesheet in org.xhtmlrenderer.css.parser |
|---|
| Methods in org.xhtmlrenderer.css.parser that return Stylesheet | |
|---|---|
Stylesheet |
CSSParser.parseStylesheet(String uri,
int origin,
Reader reader)
|
| Uses of Stylesheet in org.xhtmlrenderer.css.sheet |
|---|
| Methods in org.xhtmlrenderer.css.sheet that return Stylesheet | |
|---|---|
Stylesheet |
StylesheetInfo.getStylesheet()
Gets the stylesheet attribute of the StylesheetInfo object |
| Methods in org.xhtmlrenderer.css.sheet with parameters of type Stylesheet | |
|---|---|
void |
StylesheetInfo.setStylesheet(Stylesheet stylesheet)
Sets the stylesheet attribute of the StylesheetInfo object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||