public class XSLTranslator extends Object
Allowing the user to construct XSLTransltor from XSL InputStream or StreamSource in order to process xml InputStream or StreamSource to create OutputStreamWriter, or StreamResult type.
| Constructor and Description |
|---|
XSLTranslator(InputStream is) |
XSLTranslator(StreamSource ss) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(InputStream iStream,
OutputStream oStream) |
void |
process(StreamSource oXMLInStream,
StreamResult oOutTextStream) |
public XSLTranslator(StreamSource ss)
public XSLTranslator(InputStream is)
public void process(InputStream iStream, OutputStream oStream)
public void process(StreamSource oXMLInStream, StreamResult oOutTextStream)
Copyright © 2010 - 2020 Adobe. All Rights Reserved