XmlManager::setDefaultContainerConfig

#include <DbXml.hpp>

void XmlManager::setDefaultContainerConfig(XmlContainerConfig &config)

Sets the default container configuration used for containers opened and created by this XmlManager object. If a form of XmlManager::createContainer or XmlManager::openContainer is used that takes an XmlContainerConfig argument, the settings provided using this method are ignored. This will only affect containers opened or created after the value is set.

Parameters

config

The XmlContainerConfig object.

Class

XmlManager

See Also

XmlManager Methods