Berkeley DB XML
version 2.5.16

Uses of Class
com.sleepycat.dbxml.XmlEventWriter

Packages that use XmlEventWriter
com.sleepycat.dbxml Berkeley DB XML Java API
[reference guide]
 

Uses of XmlEventWriter in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlEventWriter
 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.
 

Methods in com.sleepycat.dbxml with parameters of type XmlEventWriter
 void XmlDocument.getContentAsEventWriter(XmlEventWriter writer)
          Writes the document's content as events to the specified XmlEventWriter, then calls close() to release resources.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlEventWriter
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.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.