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.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 TypeMethodDescriptionvoidStylesheetFactoryImpl.putStylesheet(String 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.newmatch
Constructor parameters in org.xhtmlrenderer.css.newmatch with type arguments of type StylesheetModifierConstructorDescriptionMatcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium) -
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 TypeMethodDescriptionvoidStylesheetInfo.setStylesheet(Stylesheet stylesheet) Sets the stylesheet attribute of the StylesheetInfo object