org.jvnet.fastinfoset
Class FastInfosetResult
java.lang.Object
javax.xml.transform.sax.SAXResult
org.jvnet.fastinfoset.FastInfosetResult
- All Implemented Interfaces:
- Result
public class FastInfosetResult
- extends SAXResult
A JAXP Result implementation that supports the serialization to fast
infoset documents for use by applications that expect a Result.
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:
- setHandler
- setLexicalHandler
- setSystemId
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastInfosetResult
public FastInfosetResult(OutputStream outputStream)
getHandler
public ContentHandler getHandler()
- Overrides:
getHandler in class SAXResult
getLexicalHandler
public LexicalHandler getLexicalHandler()
- Overrides:
getLexicalHandler in class SAXResult
getOutputStream
public OutputStream getOutputStream()
setOutputStream
public void setOutputStream(OutputStream outputStream)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.