|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XmlUpdateContext in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml with parameters of type XmlUpdateContext | |
int |
XmlContainer.putDocument(DbTxn txn,
XmlDocument document,
XmlUpdateContext context,
int flags)
The XmlContainer.putDocument method inserts a XmlDocument into the container, and returns the system-assigned document ID, as a 32-bit unsigned integral value. |
void |
XmlContainer.updateDocument(DbTxn txn,
XmlDocument document,
XmlUpdateContext context)
The XmlContainer.updateDocument method updates a XmlDocument in the container. |
void |
XmlContainer.deleteDocument(DbTxn txn,
int id,
XmlUpdateContext context,
int flags)
The XmlContainer.deleteDocument method removes the specified XmlDocument from the XmlContainer . |
void |
XmlContainer.deleteDocument(DbTxn txn,
XmlDocument document,
XmlUpdateContext context,
int flags)
The XmlContainer.deleteDocument method removes the specified XmlDocument from the XmlContainer . |
void |
XmlContainer.modifyDocument(DbTxn txn,
XmlModify modify,
XmlUpdateContext context,
int flags)
The XmlContainer.modifyDocument method performs in-place modification of all XmlDocuments in the XmlContainer according to the state of the XmlModify object, which contains an XPath expression to target document nodes, as well as specification of the modifications to perform. |
|
Berkeley DbXML version 1.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |