XmlContainer::close |
#include <DbXml.hpp>void XmlContainer::close(u_int32_t flags);
The XmlContainer::close method closes the container. The XmlContainer must be open for the call to succeed. The XmlContainer::isOpen method can be used to determine if a given container is currently open or closed. An XmlContainer may be reopened after it has been closed. If multiple threads are using the XmlContainer concurrently, only a single thread may call the XmlContainer::close method.
The XmlContainer::close method may fail and throw XmlException, encapsulating one of the following non-zero errors:
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.