Package org.apache.batik.dom
Interface StyleSheetFactory
-
- All Known Implementing Classes:
ExtensibleDOMImplementation
,SVG12DOMImplementation
,SVGDOMImplementation
public interface StyleSheetFactory
This interface represents a StyleSheet factory.- Version:
- $Id: StyleSheetFactory.java 1813521 2017-10-27 12:34:11Z ssteiner $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.stylesheets.StyleSheet
createStyleSheet(org.w3c.dom.Node node, java.util.HashMap<java.lang.String,java.lang.String> 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(org.w3c.dom.Node node, java.util.HashMap<java.lang.String,java.lang.String> 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.
-
-