public class Transform extends Object
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
static void |
transform(TransformerFactory transformerFactory,
URL xslt,
InputStream in,
OutputStream out) |
static void |
transform(URL xslt,
InputStream in,
OutputStream out) |
public static void transform(TransformerFactory transformerFactory, URL xslt, InputStream in, OutputStream out) throws Exception
Exceptionpublic static void transform(URL xslt, InputStream in, OutputStream out) throws Exception
ExceptionCopyright © 2019 aQute SARL. All rights reserved.