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 Stylesheet
StylesheetFactoryImpl. getStylesheet(StylesheetInfo info)
Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to loadStylesheet
StylesheetFactoryImpl. 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 Stylesheet
StylesheetFactory. getStylesheet(StylesheetInfo si)
Stylesheet
StylesheetFactory. 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 void
Stylesheet. addImportRule(StylesheetInfo info)
-
Uses of StylesheetInfo in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return StylesheetInfo Modifier and Type Method Description StylesheetInfo
NamespaceHandler. 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 StylesheetInfo
XhtmlCssOnlyNamespaceHandler. 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 StylesheetInfo
NoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
StylesheetInfo[]
NoNamespaceHandler. getStylesheets(org.w3c.dom.Document doc)
-