Uses of Interface
org.apache.batik.dom.StyleSheetFactory

Packages that use StyleSheetFactory
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
 

Uses of StyleSheetFactory in org.apache.batik.dom
 

Fields in org.apache.batik.dom declared as StyleSheetFactory
protected  StyleSheetFactory StyleSheetProcessingInstruction.factory
          The stylesheet factory.
 

Constructors in org.apache.batik.dom with parameters of type StyleSheetFactory
StyleSheetProcessingInstruction(java.lang.String data, AbstractDocument owner, StyleSheetFactory f)
          Creates a new ProcessingInstruction object.
 

Uses of StyleSheetFactory in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement StyleSheetFactory
 class SVGDOMImplementation
          This class implements the DOMImplementation interface.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.