Uses of Interface
org.xhtmlrenderer.css.extend.StylesheetFactory
Packages that use StylesheetFactory
Package
Description
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.
-
Uses of StylesheetFactory in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement StylesheetFactoryModifier and TypeClassDescriptionclass
A Factory class for Cascading Style Sheets. -
Uses of StylesheetFactory in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as StylesheetFactoryConstructors in org.xhtmlrenderer.css.newmatch with parameters of type StylesheetFactoryModifierConstructorDescriptionMatcher
(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 StylesheetFactoryModifier and TypeMethodDescriptionNamespaceHandler.getDefaultStylesheet
(StylesheetFactory factory) -
Uses of StylesheetFactory in org.xhtmlrenderer.simple
Methods in org.xhtmlrenderer.simple with parameters of type StylesheetFactoryModifier and TypeMethodDescriptionNoNamespaceHandler.getDefaultStylesheet
(StylesheetFactory factory) -
Uses of StylesheetFactory in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend with parameters of type StylesheetFactoryModifier and TypeMethodDescriptionXhtmlCssOnlyNamespaceHandler.getDefaultStylesheet
(StylesheetFactory factory)