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 TypeMethodDescription@Nullable StylesheetStylesheetFactoryImpl.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, String uri, StylesheetInfo.Origin origin) StylesheetFactoryImpl.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, String uri, StylesheetInfo.Origin origin) 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(@Nullable String uri, StylesheetInfo.Origin origin, Reader reader)