org.apache.batik.dom
Interface StyleSheetFactory

All Known Implementing Classes:
SVGDOMImplementation

public interface StyleSheetFactory

This interface represents a StyleSheet factory.

Version:
$Id: StyleSheetFactory.java,v 1.3 2003/08/08 11:38:58 vhardy Exp $
Author:
Stephane Hillion

Method Summary
 org.w3c.dom.stylesheets.StyleSheet createStyleSheet(org.w3c.dom.Node node, HashTable pseudoAttrs)
          Creates a stylesheet from the data of the xml-stylesheet processing instruction or return null when it is not possible to create the given stylesheet.
 

Method Detail

createStyleSheet

public org.w3c.dom.stylesheets.StyleSheet createStyleSheet(org.w3c.dom.Node node,
                                                           HashTable pseudoAttrs)
Creates a stylesheet from the data of the xml-stylesheet processing instruction or return null when it is not possible to create the given stylesheet.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.