Result
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 | Description |
---|---|
FastInfosetResult(OutputStream outputStream) |
Modifier and Type | Method | Description |
---|---|---|
ContentHandler |
getHandler() |
|
LexicalHandler |
getLexicalHandler() |
|
OutputStream |
getOutputStream() |
|
void |
setOutputStream(OutputStream outputStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 © 2018 Oracle Corpration. All Rights Reserved.