public class XsltTransformer extends Object
XsltTransformer class.
| Constructor and Description |
|---|
XsltTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
transformXML(InputStream xmlIn,
File xslt,
OutputStream xmlOut,
Map<String,String> params)
transformXML.
|
public void transformXML(InputStream xmlIn, File xslt, OutputStream xmlOut, Map<String,String> params) throws IOException, SAXException, ParserConfigurationException, TransformerException
transformXML.
xmlIn - a InputStream object.xslt - a File object.xmlOut - a OutputStream object.params - a Map object.ParserConfigurationException - if any.IOException - if any.SAXException - if any.TransformerException - if any.Copyright © 2016 iTransformers Labs. All rights reserved.