#include <DbXml.hpp> void XmlContainerConfig::setAllowCreate(bool value)
If set to true a container can be created during a call to
XmlManager::openContainer if it does not already exist. The default
value is false.
If set to true a container will be created on calls to
XmlManager::openContainer if it does not exist. If set to
false an exception will be thrown when
XmlManager::openContainer is called for a container that
does not exist.