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, setSystemIdpublic FastInfosetResult(OutputStream outputStream)
public ContentHandler getHandler()
getHandler in class SAXResultpublic LexicalHandler getLexicalHandler()
getLexicalHandler in class SAXResultpublic OutputStream getOutputStream()
public void setOutputStream(OutputStream outputStream)
Copyright © 2012 Oracle Corpration. All Rights Reserved.