org.jvnet.fastinfoset
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 and Description |
---|
FastInfosetResult(java.io.OutputStream outputStream) |
Modifier and Type | Method and 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.SAXResult
public org.xml.sax.ext.LexicalHandler getLexicalHandler()
getLexicalHandler
in class javax.xml.transform.sax.SAXResult
public java.io.OutputStream getOutputStream()
public void setOutputStream(java.io.OutputStream outputStream)