public final class XMLWritableInputSource extends InputSource
This class allows a SAX application to encapsulate information about an input source in a single object.
Because it does not provide a byte stream, character stream or
public or system identifier, this class is only meant to be used
by the XMLWritableReader
which will use the
XMLWritable
object.
An InputSource object belongs to the application: the SAX parser shall not modify it in any way.
InputSource
,
XMLWritable
,
XMLWritableReader
Constructor and Description |
---|
XMLWritableInputSource(XMLWritable object)
Creates an XML Writable object.
|
Modifier and Type | Method and Description |
---|---|
XMLWritable |
getXMLWritable()
Returns the XMLWritable object
|
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
public XMLWritableInputSource(XMLWritable object)
object
- The XMLWritable object to wrap.public XMLWritable getXMLWritable()
Copyright © 2007-2019. All Rights Reserved.