Package com.topologi.diffx.xml.sax
Class XMLWritableInputSource
java.lang.Object
org.xml.sax.InputSource
com.topologi.diffx.xml.sax.XMLWritableInputSource
An XML input source implementation wrapping a XML writable object.
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.
- Version:
- 26 May 2005
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, isEmpty, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
-
Field Details
-
source
The wrapped XML writable object.
-
-
Constructor Details
-
XMLWritableInputSource
Creates an XML Writable object.- Parameters:
object- The XMLWritable object to wrap.
-
-
Method Details
-
getXMLWritable
Returns the XMLWritable object- Returns:
- The XMLWritable object
-