java.lang.Object
javax.xml.transform.sax.SAXResult
org.jvnet.fastinfoset.FastInfosetResult
- All Implemented Interfaces:
Result
A JAXP Result implementation that supports the serialization to fast
infoset documents for use by applications that expect a Result.
The derivation of FIResult from SAXResult is an implementation detail.
This implementation is designed for interoperation with JAXP and is not not designed with performance in mind. It is recommended that for performant interoperation alternative serializer specific solutions be used.
General applications shall not call the following methods:
- setHandler
- setLexicalHandler
- setSystemId
-
Field Summary
FieldsFields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.xml.transform.sax.SAXResult
getSystemId, setHandler, setLexicalHandler, setSystemId
-
Field Details
-
_outputStream
OutputStream _outputStream
-
-
Constructor Details
-
FastInfosetResult
-
-
Method Details
-
getHandler
- Overrides:
getHandler
in classSAXResult
-
getLexicalHandler
- Overrides:
getLexicalHandler
in classSAXResult
-
getOutputStream
-
setOutputStream
-