org.apache.fop.tools.xslt
Class XSLTransform

java.lang.Object
  extended byorg.apache.fop.tools.xslt.XSLTransform

public class XSLTransform
extends Object


Constructor Summary
XSLTransform()
           
 
Method Summary
static void transform(Document xmlSource, InputStream xsl, Document outputDoc)
           
static void transform(Document xmlSource, String xslURL, String outputFile)
           
static void transform(String xmlSource, String xslURL, String outputFile)
           
static void transform(String xmlSource, String xslURL, Writer outputWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTransform

public XSLTransform()
Method Detail

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.