Uses of Class
org.xhtmlrenderer.css.sheet.Stylesheet
Packages that use Stylesheet
Package
Description
-
Uses of Stylesheet in org.xhtmlrenderer.context
Fields in org.xhtmlrenderer.context with type parameters of type StylesheetModifier and TypeFieldDescriptionprivate final Map
<String, Stylesheet> StylesheetFactoryImpl._cache
an LRU cacheMethods 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) private Stylesheet
StylesheetFactoryImpl.parse
(StylesheetInfo info) Methods in org.xhtmlrenderer.context that return types with arguments of type StylesheetModifier and TypeMethodDescriptionprivate List
<Stylesheet> StyleReference.readAndParseAll
(List<StylesheetInfo> infos, String medium) Methods in org.xhtmlrenderer.context with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
StylesheetFactoryImpl.putStylesheet
(String key, Stylesheet sheet) Adds a stylesheet to the factory cache.Method parameters in org.xhtmlrenderer.context with type arguments of type StylesheetModifier and TypeMethodDescriptionprotected boolean
StylesheetCache.removeEldestEntry
(Map.Entry<String, Stylesheet> eldest) -
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
Method parameters in org.xhtmlrenderer.css.newmatch with type arguments of type StylesheetModifier and TypeMethodDescriptionprivate void
Matcher.addAllStylesheets
(List<Stylesheet> stylesheets, Map<String, Selector> sorter, String medium) private Matcher.Mapper
Matcher.createDocumentMapper
(List<Stylesheet> stylesheets, String medium) 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) Methods in org.xhtmlrenderer.css.parser with parameters of type StylesheetModifier and TypeMethodDescriptionprivate void
CSSParser.font_face
(Stylesheet stylesheet) private void
CSSParser.import_rule
(Stylesheet stylesheet) private void
CSSParser.margin
(Stylesheet stylesheet, PageRule pageRule) private void
CSSParser.media
(Stylesheet stylesheet) private void
CSSParser.page
(Stylesheet stylesheet) private void
CSSParser.stylesheet
(Stylesheet stylesheet) -
Uses of Stylesheet in org.xhtmlrenderer.css.sheet
Fields in org.xhtmlrenderer.css.sheet declared as StylesheetMethods 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