org.apache.batik.dom
Interface StyleSheetFactory

All Known Implementing Classes:
ExtensibleDOMImplementation

public interface StyleSheetFactory

This interface represents a StyleSheet factory.

Version:
$Id: StyleSheetFactory.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Stephane Hillion

Method Summary
 org.w3c.dom.stylesheets.StyleSheet createStyleSheet(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

org.w3c.dom.stylesheets.StyleSheet createStyleSheet(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.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.