org.apache.fop.tools.xslt
Class Xalan1Transform

java.lang.Object
  |
  +--org.apache.fop.tools.xslt.Xalan1Transform

public class Xalan1Transform
extends java.lang.Object

Handles xslt tranformations via Xalan1 (non-trax)


Constructor Summary
Xalan1Transform()
           
 
Method Summary
static org.apache.xalan.xslt.StylesheetRoot getStylesheet(java.lang.String xsltFilename, boolean cache)
           
static void transform(org.w3c.dom.Document xmlSource, java.io.InputStream xsl, org.w3c.dom.Document outputDoc)
           
static void transform(org.w3c.dom.Document xmlSource, java.lang.String xslURL, java.lang.String outputFile)
           
static void transform(java.lang.String xmlSource, java.lang.String xslURL, java.lang.String outputFile)
           
static void transform(java.lang.String xmlSource, java.lang.String xslURL, java.io.Writer outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xalan1Transform

public Xalan1Transform()
Method Detail

getStylesheet

public static org.apache.xalan.xslt.StylesheetRoot getStylesheet(java.lang.String xsltFilename,
                                                                 boolean cache)
                                                          throws org.xml.sax.SAXException

transform

public static void transform(java.lang.String xmlSource,
                             java.lang.String xslURL,
                             java.lang.String outputFile)
                      throws java.io.IOException,
                             java.net.MalformedURLException,
                             org.xml.sax.SAXException

transform

public static void transform(org.w3c.dom.Document xmlSource,
                             java.lang.String xslURL,
                             java.lang.String outputFile)
                      throws java.io.IOException,
                             java.net.MalformedURLException,
                             org.xml.sax.SAXException

transform

public static void transform(java.lang.String xmlSource,
                             java.lang.String xslURL,
                             java.io.Writer outputFile)
                      throws java.io.IOException,
                             java.net.MalformedURLException,
                             org.xml.sax.SAXException

transform

public static void transform(org.w3c.dom.Document xmlSource,
                             java.io.InputStream xsl,
                             org.w3c.dom.Document outputDoc)
                      throws java.io.IOException,
                             java.net.MalformedURLException,
                             org.xml.sax.SAXException


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.