Uses of Class
org.xhtmlrenderer.css.sheet.Stylesheet
Packages that use Stylesheet
Package
Description
-
Uses of Stylesheet in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return StylesheetModifier and TypeMethodDescriptionStylesheetFactoryImpl.getCachedStylesheet
(Object key) Returns a cached sheet by its key; null if no entry for that key.StylesheetFactoryImpl.getStylesheet
(StylesheetInfo info) Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to loadStylesheetFactoryImpl.parse
(Reader reader, StylesheetInfo info) Methods in org.xhtmlrenderer.context with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
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 StylesheetModifier and TypeMethodDescriptionStylesheetFactory.getStylesheet
(StylesheetInfo si) StylesheetFactory.parse
(Reader reader, StylesheetInfo info) -
Uses of Stylesheet in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser that return StylesheetModifier and TypeMethodDescriptionCSSParser.parseStylesheet
(String uri, int origin, Reader reader) -
Uses of Stylesheet in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return StylesheetModifier and TypeMethodDescriptionStylesheetInfo.getStylesheet()
Gets the stylesheet attribute of the StylesheetInfo objectMethods in org.xhtmlrenderer.css.sheet with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
StylesheetInfo.setStylesheet
(Stylesheet stylesheet) Sets the stylesheet attribute of the StylesheetInfo object