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 FileNotFoundException, TransformerException, IOException
public void transform(DOMSource source, File outputFile) throws FileNotFoundException, TransformerException, IOException
Copyright © 2004-2015. All Rights Reserved.