ContentDescriptor,
AbstractReadHandle,
AbstractWriteHandle,
BufferableHandle,
ContentHandle<org.dom4j.Document>,
DocumentMetadataReadHandle,
DocumentMetadataWriteHandle,
DocumentPatchHandle,
QueryOptionsListReadHandle,
QueryOptionsReadHandle,
QueryOptionsWriteHandle,
RuleListReadHandle,
RuleReadHandle,
RuleWriteHandle,
SearchReadHandle,
SPARQLResultsReadHandle,
StructureReadHandle,
StructureWriteHandle,
TriplesReadHandle,
TriplesWriteHandle,
TuplesReadHandle,
ValuesListReadHandle,
ValuesReadHandle,
XMLReadHandle,
XMLWriteHandle,
OutputStreamSenderpublic class DOM4JHandle extends BaseHandle<java.io.InputStream,OutputStreamSender> implements OutputStreamSender, BufferableHandle, ContentHandle<org.dom4j.Document>, XMLReadHandle, XMLWriteHandle, StructureReadHandle, StructureWriteHandle
UNKNOWN_LENGTH| Constructor | Description |
|---|---|
DOM4JHandle() |
Zero-argument constructor.
|
DOM4JHandle(org.dom4j.Document content) |
Provides a handle on XML content as a dom4j
document structure.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
fromBuffer(byte[] buffer) |
Sets the content of the handle by copying from a
byte array buffer encoded in UTF-8.
|
org.dom4j.Document |
get() |
Returns the XML document structure.
|
org.dom4j.io.OutputFormat |
getOutputFormat() |
Returns the dom4j output format for serializing
XML content.
|
org.dom4j.io.SAXReader |
getReader() |
Returns the dom4j reader for XML content.
|
protected
org.dom4j.io.SAXReader |
makeReader() |
|
static ContentHandleFactory |
newFactory() |
Creates a factory to create a DOM4JHandle
instance for a dom4j document.
|
protected
java.lang.Class<java.io.InputStream> |
receiveAs() |
|
protected void |
receiveContent(java.io.InputStream content) |
|
protected OutputStreamSender |
sendContent() |
|
void |
set(org.dom4j.Document content) |
Assigns an XML document structure as the
content.
|
void |
setFormat(Format format) |
Restricts the format to XML.
|
void |
setOutputFormat(org.dom4j.io.OutputFormat outputFormat) |
Specifies the dom4j output format for
serializing XML content.
|
void |
setReader(org.dom4j.io.SAXReader reader) |
Specifies a dom4j reader for XML content.
|
byte[] |
toBuffer() |
Copies the content of the handle to a byte array
buffer encoded in UTF-8.
|
java.lang.String |
toString() |
Returns the XML document as a string.
|
DOM4JHandle |
with(org.dom4j.Document content) |
Assigns an XML document structure as the content
and returns the handle.
|
void |
write(java.io.OutputStream out) |
Implements a callback to write content to the
provided output stream for sending to the database server.
|
getByteLength,
getFormat,
getMimetype,
getServerTimestamp,
setByteLength,
setMimetype,
setServerTimestampgetContentClasspublic DOM4JHandle()
public DOM4JHandle(org.dom4j.Document content)
content - the XML document.public static ContentHandleFactory newFactory()
public org.dom4j.io.SAXReader getReader()
public void setReader(org.dom4j.io.SAXReader reader)
reader - the dom4j reader.protected org.dom4j.io.SAXReader makeReader()
public org.dom4j.io.OutputFormat getOutputFormat()
public void setOutputFormat(org.dom4j.io.OutputFormat outputFormat)
outputFormat - the output format.public org.dom4j.Document get()
get in interface ContentHandle<org.dom4j.Document>public void set(org.dom4j.Document content)
set in interface ContentHandle<org.dom4j.Document>content - the XML document.public DOM4JHandle with(org.dom4j.Document content)
content - the XML document.public void setFormat(Format format)
setFormat in interface ContentDescriptor
setFormat in class BaseHandle<java.io.InputStream,OutputStreamSender>format - the format of the contentpublic void fromBuffer(byte[] buffer)
BufferableHandle
fromBuffer in interface BufferableHandlebuffer - the byte arraypublic byte[] toBuffer()
BufferableHandle
toBuffer in interface BufferableHandlepublic java.lang.String toString()
toString in
class java.lang.Objectprotected java.lang.Class<java.io.InputStream> receiveAs()
receiveAs in
class com.marklogic.client.impl.HandleImplementation<java.io.InputStream,OutputStreamSender>protected void receiveContent(java.io.InputStream content)
receiveContent in
class com.marklogic.client.impl.HandleImplementation<java.io.InputStream,OutputStreamSender>protected OutputStreamSender sendContent()
sendContent in
class com.marklogic.client.impl.HandleImplementation<java.io.InputStream,OutputStreamSender>
public void write(java.io.OutputStream out)
throws java.io.IOException
OutputStreamSender
write in interface OutputStreamSenderout - the output stream receiving the contentjava.io.IOException - if io problems ariseCopyright © 2013-2019 MarkLogic Corporation.