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) |
String |
transform(String xml,
URL styleSheet) |
String |
transform(String xml,
URL styleSheet,
Properties params) |
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 String transform(String xml, URL styleSheet) throws IOException, TransformerConfigurationException, TransformerException
public String transform(String xml, URL styleSheet, Properties params) throws TransformerConfigurationException, TransformerException
public static void main(String[] args)
Copyright © 2019. All rights reserved.