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 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 StylesheetFactory in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement StylesheetFactory Modifier and Type Class Description classStylesheetFactoryImplA 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, List<Stylesheet> stylesheets, String medium) -
Uses of StylesheetFactory in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory) -
Uses of StylesheetFactory in org.xhtmlrenderer.simple
Methods in org.xhtmlrenderer.simple with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfoNoNamespaceHandler. 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 StylesheetInfoXhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-