public class FastInfosetResult
extends javax.xml.transform.sax.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:
| Constructor | Description |
|---|---|
FastInfosetResult(java.io.OutputStream outputStream) |
| Modifier and Type | Method | Description |
|---|---|---|
org.xml.sax.ContentHandler |
getHandler() |
|
org.xml.sax.ext.LexicalHandler |
getLexicalHandler() |
|
java.io.OutputStream |
getOutputStream() |
|
void |
setOutputStream(java.io.OutputStream outputStream) |
public org.xml.sax.ContentHandler getHandler()
getHandler in class javax.xml.transform.sax.SAXResultpublic org.xml.sax.ext.LexicalHandler getLexicalHandler()
getLexicalHandler in class javax.xml.transform.sax.SAXResultpublic java.io.OutputStream getOutputStream()
public void setOutputStream(java.io.OutputStream outputStream)
Copyright © 2018 Oracle Corporation. All rights reserved.