Uses of Interface
org.xhtmlrenderer.css.extend.StylesheetFactory
-
Packages that use StylesheetFactory Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.extend org.xhtmlrenderer.simple.extend org.xhtmlrenderer.swing -
-
Uses of StylesheetFactory in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement StylesheetFactory Modifier and Type Class Description class
StylesheetFactoryImpl
A Factory class for Cascading Style Sheets. -
Uses of StylesheetFactory in org.xhtmlrenderer.css.newmatch
Constructors in org.xhtmlrenderer.css.newmatch with parameters of type StylesheetFactory Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, java.util.List stylesheets, java.lang.String medium)
-
Uses of StylesheetFactory in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfo
NamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-
Uses of StylesheetFactory in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfo
XhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-
Uses of StylesheetFactory in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfo
NoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-