|
|||||||||
| Home >> All >> org >> apache >> batik >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom
Interface StyleSheetFactory

- 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.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC