XmlContainer::getContainerConfig

#include <DbXml.hpp>

XmlContainerConfig XmlContainer::getContainerConfig() const;

Returns a copy of the XmlContainerConfig with the settings used by XmlManager::createContainer or XmlManager::openContainer. This method replaces XmlContainer::getFlags. The settings of an open container cannot be changed. Some settings can be changed by closing the container and opening it again except for those properties which cannot be changed for existing containers. See the documentation for XmlContainerConfig for more information.

Class

XmlContainer

See Also

XmlContainer Methods