| Package | Description |
|---|---|
| com.sleepycat.dbxml |
Berkeley DB XML Java API
[reference guide]. |
| Modifier and Type | Method and Description |
|---|---|
XmlEventWriter |
XmlResults.asEventWriter()
Returns an instance of
XmlEventWriter that can be used to write events to construct
content in the XmlResults object. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlDocument document)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlDocument document,
XmlDocumentConfig config)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlDocument document,
XmlUpdateContext context)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlDocument document,
XmlUpdateContext context,
XmlDocumentConfig config)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlTransaction txn,
XmlDocument document)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter, in the scope of a transaction. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlTransaction txn,
XmlDocument document,
XmlDocumentConfig config)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter, in the scope of a transaction. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlTransaction txn,
XmlDocument document,
XmlUpdateContext context)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter, in the scope of a transaction. |
XmlEventWriter |
XmlContainer.putDocumentAsEventWriter(XmlTransaction txn,
XmlDocument document,
XmlUpdateContext context,
XmlDocumentConfig config)
Prepares to insert an
XmlDocument into the container, using
the returned XmlEventWriter, in the scope of a transaction. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlDocument.getContentAsEventWriter(XmlEventWriter writer)
Writes the document's content as events to the specified
XmlEventWriter, then calls close() to
release resources. |
| Constructor and Description |
|---|
XmlEventReaderToWriter(XmlEventReader reader,
XmlEventWriter writer,
boolean ownsReader)
Construct an
XmlEventReaderToWriter instance from the parameters. |
XmlEventReaderToWriter(XmlEventReader reader,
XmlEventWriter writer,
boolean ownsReader,
boolean ownsWriter)
Construct an
XmlEventReaderToWriter instance from the parameters. |
Copyright (c) 2004,2014 Oracle. All rights reserved.