public interface DocumentElementClient
Modifier and Type | Method and Description |
---|---|
void |
appendChild(DocumentElementType element)
This method appends a given document element as a child to the current one.
|
InputStream |
loadContent()
This method Opens the content of the document element identified by the given id for reading and returns an
input stream for that data. |
void |
update(DocumentElementType element)
This method updates the document element instance and replaces it with the given entity.
|
void update(DocumentElementType element) throws EcmException
element
- the update document element inputEcmException
- indicates that a system exception occurredvoid appendChild(DocumentElementType element) throws EcmException
element
- the element to appendEcmException
InputStream loadContent() throws EcmException
input stream
for that data. If the element is chunked the resulting stream will stream over
all the chunks.input stream
for the content of the given document elementEcmException
- indicates that a system exception occurredCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.