|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
boolean |
XmlResults.next(XmlDocument document)
Retrieves the next value in the result set as a document. |
boolean |
XmlResults.previous(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. |
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. |
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,
XmlDocumentConfig config)
Inserts an XmlDocument into the container in the scope of a transaction. |
void |
XmlContainer.putDocument(XmlTransaction txn,
XmlDocument document,
XmlUpdateContext context)
Inserts an XmlDocument into the container in the scope of a transaction. |
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 | |
XmlValue(XmlDocument document)
Construct a value from a document. |
|
XmlDocument(XmlDocument o)
Copy constructor. |
|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |