public interface WriteDocumentContext extends DocumentContext
NOOP| Modifier and Type | Method and Description |
|---|---|
boolean |
chainedElement()
Returns
true if this WriteDocumentContext is a
chained element. |
void |
chainedElement(boolean chainedElement)
Marks this
WriteDocumentContext as a chained element. |
boolean |
isEmpty()
Checks if the writing context is empty.
|
void |
start(boolean metaData)
Initializes the writing context with a specific metadata status.
|
close, isData, isMetaData, isNotComplete, isOpen, isPresent, reset, rollbackIfNotComplete, rollbackOnClose, wireindex, sourceIdvoid start(boolean metaData)
metaData - A boolean value indicating if the context is metadata.boolean chainedElement()
true if this WriteDocumentContext is a
chained element.true if this WriteDocumentContext is a
chained element; otherwise, false.void chainedElement(boolean chainedElement)
WriteDocumentContext as a chained element.chainedElement - A boolean value indicating if the context
is a chained element.boolean isEmpty()
true if the context is empty; otherwise, false.Copyright © 2024. All rights reserved.