public class XslTransformer extends Object
| Constructor and Description |
|---|
XslTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static XslTransformer |
FromResource(String resourceName) |
void |
transform(DOMSource source,
File outputFile) |
void |
transform(InputStream inputStream,
File outputFile) |
public XslTransformer()
throws TransformerConfigurationException,
ParserConfigurationException
public static XslTransformer FromResource(String resourceName) throws TransformerConfigurationException, ParserConfigurationException
public void transform(InputStream inputStream, File outputFile) throws TransformerException, IOException
TransformerExceptionIOExceptionpublic void transform(DOMSource source, File outputFile) throws TransformerException, IOException
TransformerExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.