org.apache.fop.tools.xslt
Class TraxTransform
java.lang.Object
org.apache.fop.tools.xslt.TraxTransform
- public class TraxTransform
- extends Object
Handles xslt tranformations via Trax (xalan2)
Method Summary |
static Transformer |
getTransformer(String xsltFilename,
boolean cache)
|
static void |
transform(Document xmlSource,
InputStream xsl,
Document outputDoc)
|
static void |
transform(Document xmlSource,
String xslURL,
String outputFile)
|
static void |
transform(Source xmlSource,
Source xslSource,
Result result)
|
static void |
transform(String xmlSource,
String xslURL,
String outputFile)
|
static void |
transform(String xmlSource,
String xslURL,
Writer output)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraxTransform
public TraxTransform()
getTransformer
public static Transformer getTransformer(String xsltFilename,
boolean cache)
transform
public static void transform(String xmlSource,
String xslURL,
String outputFile)
transform
public static void transform(Document xmlSource,
String xslURL,
String outputFile)
transform
public static void transform(String xmlSource,
String xslURL,
Writer output)
transform
public static void transform(Document xmlSource,
InputStream xsl,
Document outputDoc)
transform
public static void transform(Source xmlSource,
Source xslSource,
Result result)
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.