org.apache.batik.dom

Interface StyleSheetFactory

public interface StyleSheetFactory

This interface represents a StyleSheet factory.
Method Summary
StyleSheetcreateStyleSheet(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 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 B) 2007 Apache Software Foundation. All Rights Reserved.