Uses of Interface
org.xhtmlrenderer.css.extend.StylesheetFactory

Packages that use StylesheetFactory
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
 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
Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List stylesheets, String medium)
           
 

Uses of StylesheetFactory in org.xhtmlrenderer.extend
 

Methods in org.xhtmlrenderer.extend with parameters of type StylesheetFactory
 StylesheetInfo NamespaceHandler.getDefaultStylesheet(StylesheetFactory factory)
           
 

Uses of StylesheetFactory in org.xhtmlrenderer.simple
 

Methods in org.xhtmlrenderer.simple with parameters of type StylesheetFactory
 StylesheetInfo NoNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory)
           
 

Uses of StylesheetFactory in org.xhtmlrenderer.simple.extend
 

Methods in org.xhtmlrenderer.simple.extend with parameters of type StylesheetFactory
 StylesheetInfo XhtmlCssOnlyNamespaceHandler.getDefaultStylesheet(StylesheetFactory factory)
           
 



Copyright © 2013. All Rights Reserved.