public class FastInfosetResult extends SAXResult
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:
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
FastInfosetResult(OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
getHandler() |
LexicalHandler |
getLexicalHandler() |
OutputStream |
getOutputStream() |
void |
setOutputStream(OutputStream outputStream) |
getSystemId, setHandler, setLexicalHandler, setSystemId
public FastInfosetResult(OutputStream outputStream)
public ContentHandler getHandler()
getHandler
in class SAXResult
public LexicalHandler getLexicalHandler()
getLexicalHandler
in class SAXResult
public OutputStream getOutputStream()
public void setOutputStream(OutputStream outputStream)
Copyright © 2019 Oracle Corpration. All rights reserved.