org.apache.batik.dom.svg
Class XSLTransformer
java.lang.Object
|
+--org.apache.batik.dom.svg.XSLTransformer
- public class XSLTransformer
- extends java.lang.Object
This class manages the XSL stylesheets transformations on a
SVG document.
Method Summary |
static java.util.List |
getStyleSheets(Node node,
java.lang.String uri)
Returns a list which contains the URIs and <xsl:stylesheet>
elements referenced in the given element. |
static java.io.Reader |
transform(java.io.Reader r,
java.util.List sl)
Returns the document resulting of the XSL stylesheets
transformations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSL_NAMESPACE_URI
public static final java.lang.String XSL_NAMESPACE_URI
- The XSL namespace URI.
XSLTransformer
public XSLTransformer()
transform
public static java.io.Reader transform(java.io.Reader r,
java.util.List sl)
- Returns the document resulting of the XSL stylesheets
transformations.
getStyleSheets
public static java.util.List getStyleSheets(Node node,
java.lang.String uri)
throws java.lang.Exception
- Returns a list which contains the URIs and <xsl:stylesheet>
elements referenced in the given element.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.