org.apache.fop.tools.xslt
Class XSLTransform
java.lang.Object
org.apache.fop.tools.xslt.XSLTransform
- public class XSLTransform
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTransform
public XSLTransform()
transform
public static void transform(String xmlSource,
String xslURL,
String outputFile)
throws Exception
- Throws:
Exception
transform
public static void transform(Document xmlSource,
String xslURL,
String outputFile)
throws Exception
- Throws:
Exception
transform
public static void transform(String xmlSource,
String xslURL,
Writer outputWriter)
throws Exception
- Throws:
Exception
transform
public static void transform(Document xmlSource,
InputStream xsl,
Document outputDoc)
throws Exception
- Throws:
Exception
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.