XmlContainer::deleteDocument |
![]() ![]() |
#include <DbXml.hpp>void XmlContainer::deleteDocument(const std::string name, XmlUpdateContext &context)
void XmlContainer::deleteDocument(XmlDocument &document, XmlUpdateContext &context)
void XmlContainer::deleteDocument(XmlTransaction &txn, const std::string name, XmlUpdateContext &context)
void XmlContainer::deleteDocument(XmlTransaction &txn, XmlDocument &document, XmlUpdateContext &context)
The XmlContainer::deleteDocument method removes the specified XmlDocument from the XmlContainer.
Delete the document with the given name.
ParametersThe XmlContainer::deleteDocument method may fail and throw XmlException, encapsulating one of the following non-zero errors:
Removes the specified XmlDocument from the XmlContainer.
ParametersThe XmlContainer::deleteDocument method may fail and throw XmlException, encapsulating one of the following non-zero errors:
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.