Package com.adobe.xfa
Class XSLTranslator
java.lang.Object
com.adobe.xfa.XSLTranslator
Class to translate an XML stream using a XSL translation stream
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(InputStream iStream, OutputStream oStream) void
process
(StreamSource oXMLInStream, StreamResult oOutTextStream)
-
Constructor Details
-
XSLTranslator
-
XSLTranslator
-
-
Method Details
-
process
-
process
-