Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom
Interface StyleSheetFactory  view StyleSheetFactory download StyleSheetFactory.java

All Known Implementing Classes:
ExtensibleDOMImplementation

public interface StyleSheetFactory

This interface represents a StyleSheet factory.

Version:
$Id: StyleSheetFactory.java,v 1.4 2004/08/18 07:13:08 vhardy Exp $

Method Summary
 org.w3c.dom.stylesheets.StyleSheet createStyleSheet(org.w3c.dom.Node node, org.apache.batik.dom.util.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,
                                                           org.apache.batik.dom.util.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.