public interface StyleSheetFactory
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.stylesheets.StyleSheet |
createStyleSheet(Node node,
HashMap<String,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.
|
org.w3c.dom.stylesheets.StyleSheet createStyleSheet(Node node, HashMap<String,String> pseudoAttrs)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.