Uses of Class
org.xhtmlrenderer.css.sheet.StylesheetInfo
-
Packages that use StylesheetInfo Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.extend org.xhtmlrenderer.css.sheet org.xhtmlrenderer.extend org.xhtmlrenderer.simple Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here! All the classes in this package are oriented towards ease-of-use.org.xhtmlrenderer.simple.extend -
-
Uses of StylesheetInfo in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type StylesheetInfo Modifier and Type Method Description StylesheetStylesheetFactoryImpl. getStylesheet(StylesheetInfo info)Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to loadStylesheetStylesheetFactoryImpl. parse(Reader reader, StylesheetInfo info) -
Uses of StylesheetInfo in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type StylesheetInfo Modifier and Type Method Description StylesheetStylesheetFactory. getStylesheet(StylesheetInfo si)StylesheetStylesheetFactory. parse(Reader reader, StylesheetInfo info) -
Uses of StylesheetInfo in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return types with arguments of type StylesheetInfo Modifier and Type Method Description List<StylesheetInfo>Stylesheet. getImportRules()Methods in org.xhtmlrenderer.css.sheet with parameters of type StylesheetInfo Modifier and Type Method Description voidStylesheet. addImportRule(StylesheetInfo info) -
Uses of StylesheetInfo in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return StylesheetInfo Modifier and Type Method Description StylesheetInfoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)Methods in org.xhtmlrenderer.extend that return types with arguments of type StylesheetInfo Modifier and Type Method Description List<StylesheetInfo>NamespaceHandler. getStylesheets(Document doc) -
Uses of StylesheetInfo in org.xhtmlrenderer.simple
Methods in org.xhtmlrenderer.simple that return StylesheetInfo Modifier and Type Method Description StylesheetInfoNoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)Methods in org.xhtmlrenderer.simple that return types with arguments of type StylesheetInfo Modifier and Type Method Description List<StylesheetInfo>NoNamespaceHandler. getStylesheets(Document doc) -
Uses of StylesheetInfo in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend that return StylesheetInfo Modifier and Type Method Description StylesheetInfoXhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)protected StylesheetInfoXhtmlCssOnlyNamespaceHandler. readLinkElement(Element link)protected StylesheetInfoXhtmlCssOnlyNamespaceHandler. readStyleElement(Element style)Methods in org.xhtmlrenderer.simple.extend that return types with arguments of type StylesheetInfo Modifier and Type Method Description List<StylesheetInfo>XhtmlCssOnlyNamespaceHandler. getStylesheets(Document doc)Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object
-