public class FastInfosetSource
extends javax.xml.transform.sax.SAXSource
The derivation of FISource from SAXSource 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 parser specific solutions be used.
Applications shall obey the following restrictions:
| Constructor | Description |
|---|---|
FastInfosetSource(java.io.InputStream inputStream) |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
getInputStream() |
|
org.xml.sax.XMLReader |
getXMLReader() |
|
void |
setInputStream(java.io.InputStream inputStream) |
Copyright © 2018 Oracle Corporation. All rights reserved.