Package de.xima.fc.transform.xml
Class XSLUtils
java.lang.Object
de.xima.fc.transform.xml.XSLUtils
Hilfsklasse für XSL-Transformationen bis Version 2.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidtransform(File xmlSrcFile, String xslt, OutputStream xmlTarget) static voidstatic voidtransform(Reader xmlSrcReader, String xslt, OutputStream xmlTarget) static voidstatic StringtransformToUpperCase(Map<String, List<String[]>> map)
-
Constructor Details
-
XSLUtils
public XSLUtils()
-
-
Method Details
-
transformToUpperCase
-
transform
- Throws:
TransformationException
-
transform
public static void transform(File xmlSrcFile, String xslt, File xmlTargetFile) throws TransformationException - Throws:
TransformationException
-
transform
public static void transform(File xmlSrcFile, String xslt, OutputStream xmlTarget) throws TransformationException - Throws:
TransformationException
-
transform
public static void transform(Reader xmlSrcReader, String xslt, File xmlTargetFile) throws TransformationException - Throws:
TransformationException
-
transform
public static void transform(Reader input, String xslt, Writer output) throws TransformationException - Throws:
TransformationException
-
transform
public static void transform(Reader xmlSrcReader, String xslt, OutputStream xmlTarget) throws TransformationException - Throws:
TransformationException
-