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
Exception
public static void transform(URL xslt, InputStream in, OutputStream out) throws Exception
Exception
Copyright © 2015 aQute SARL. All rights reserved.