XmlContainer::dump |
#include <DbXml.hpp>void XmlContainer::dump(std::ostream *out, u_int32_t flags=0);
The XmlContainer::dump method dumps the container contents to the specified output stream. The container can be reconstructed by a call to XmlContainer::load.
The container must be closed; the system throws an exception if the container is open.
The container must be have been opened at least once; the system throws an exception if the underlying files have not yet been created.
The XmlContainer::dump method may fail and throw XmlException, encapsulating one of the following non-zero errors:
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.