public class XSLTUtils extends Object
| Constructor and Description |
|---|
XSLTUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
transform(File dest,
File src,
URL styleSheet) |
void |
transform(File dest,
File src,
URL styleSheet,
Properties params) |
void |
transform(InputStream source,
OutputStream dest,
URL styleSheet) |
String |
transform(String xml,
URL styleSheet) |
public void transform(File dest, File src, URL styleSheet) throws IOException, TransformerConfigurationException, TransformerException
public void transform(File dest, File src, URL styleSheet, Properties params) throws IOException, TransformerConfigurationException, TransformerException
public void transform(InputStream source, OutputStream dest, URL styleSheet) throws IOException, TransformerConfigurationException, TransformerException
public String transform(String xml, URL styleSheet) throws IOException, TransformerConfigurationException, TransformerException
public static void main(String[] args)
Copyright © 2017. All rights reserved.