Source
public class FastInfosetSource extends 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(InputStream inputStream) |
Modifier and Type | Method | Description |
---|---|---|
InputStream |
getInputStream() |
|
XMLReader |
getXMLReader() |
|
void |
setInputStream(InputStream inputStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInputSource, getSystemId, isEmpty, setInputSource, setSystemId, setXMLReader, sourceToInputSource
public FastInfosetSource(InputStream inputStream)
public XMLReader getXMLReader()
getXMLReader
in class SAXSource
public InputStream getInputStream()
public void setInputStream(InputStream inputStream)
Copyright © 2018 Oracle Corpration. All Rights Reserved.