Class InputSourceHandle

java.lang.Object
com.marklogic.client.impl.HandleImplementation<R,W>
com.marklogic.client.io.BaseHandle<InputStream,OutputStreamSender>
com.marklogic.client.io.InputSourceHandle
All Implemented Interfaces:
ContentDescriptor, AbstractReadHandle, AbstractWriteHandle, BufferableContentHandle<InputSource,InputStream>, BufferableHandle, ContentHandle<InputSource>, CtsQueryWriteHandle, DocumentMetadataReadHandle, DocumentMetadataWriteHandle, DocumentPatchHandle, QueryOptionsListReadHandle, QueryOptionsReadHandle, QueryOptionsWriteHandle, RuleListReadHandle, RuleReadHandle, RuleWriteHandle, SearchReadHandle, SPARQLResultsReadHandle, StreamingContentHandle<InputSource,InputStream>, StructureReadHandle, StructureWriteHandle, TriplesReadHandle, TriplesWriteHandle, TuplesReadHandle, ValuesListReadHandle, ValuesReadHandle, XMLReadHandle, XMLWriteHandle, OutputStreamSender, Closeable, AutoCloseable

An Input Source Handle represents XML content as an input source for reading or writing. When reading, the XML may be processed by a SAX content handler.

Always call close() when finished with this handle to release the resources.