Berkeley DB XML
version 2.3.10

Uses of Class
com.sleepycat.dbxml.XmlDocument

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

Uses of XmlDocument in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlDocument
 XmlDocument XmlValue.asDocument()
          Returns the value as an XmlDocument.
 XmlDocument XmlManager.createDocument()
          Instantiate a XmlDocument object.
 XmlDocument XmlContainer.getDocument(String name)
          Returns the XmlDocument with the specified name.
 XmlDocument XmlContainer.getDocument(String name, XmlDocumentConfig config)
          Returns the XmlDocument with the specified name, with configuration options.
 XmlDocument XmlContainer.getDocument(XmlTransaction txn, String name)
          Returns the XmlDocument with the specified name in the scope of a transaction.
 XmlDocument XmlContainer.getDocument(XmlTransaction txn, String name, XmlDocumentConfig config)
          Returns the XmlDocument with the specified name in the scope of a transaction, with configuration options.
 

Methods in com.sleepycat.dbxml with parameters of type XmlDocument
 void XmlContainer.deleteDocument(XmlDocument document, XmlUpdateContext context)
          Removes the specified XmlDocument from the container.
 void XmlContainer.deleteDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
          Removes the specified XmlDocument from the container in the scope of a transaction.
 boolean XmlResults.next(XmlDocument document)
          Retrieves the next value in the result set as a document.
 boolean XmlResults.peek(XmlDocument document)
          Returns the current element in the results set as an XmlDocument without moving the internal iterator.
 boolean XmlResults.previous(XmlDocument document)
          Retrieves the next value in the result set as a document.
 void XmlContainer.putDocument(XmlDocument document, XmlUpdateContext context)
          Inserts an XmlDocument into the container.
 void XmlContainer.putDocument(XmlDocument document, XmlUpdateContext context, XmlDocumentConfig config)
          Inserts an XmlDocument into the container, with configuration options.
 void XmlContainer.putDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
          Inserts an XmlDocument into the container in the scope of a transaction.
 void XmlContainer.putDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context, XmlDocumentConfig config)
          Inserts an XmlDocument into the container in the scope of a transaction.
 XmlEventWriter XmlContainer.putDocumentAsEventWriter(XmlDocument document, XmlUpdateContext context, XmlDocumentConfig config)
          Prepares to insert an XmlDocument into the container, using the returned XmlEventWriter.
 void XmlContainer.updateDocument(XmlDocument document, XmlUpdateContext context)
          Updates an XmlDocument in the container.
 void XmlContainer.updateDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
          Updates an XmlDocument in the container in the scope of a transaction.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlDocument
XmlDocument(XmlDocument o)
          Copy constructor.
XmlValue(XmlDocument document)
          Construct a value from a document.
 


Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.