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.extend org.xhtmlrenderer.swing -
-
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(java.io.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(java.io.Reader reader, StylesheetInfo info) -
Uses of StylesheetInfo in org.xhtmlrenderer.css.sheet
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)StylesheetInfo[]NamespaceHandler. getStylesheets(org.w3c.dom.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)StylesheetInfo[]XhtmlCssOnlyNamespaceHandler. getStylesheets(org.w3c.dom.Document doc)Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object -
Uses of StylesheetInfo in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return StylesheetInfo Modifier and Type Method Description StylesheetInfoNoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)StylesheetInfo[]NoNamespaceHandler. getStylesheets(org.w3c.dom.Document doc)
-