XmlManager::setDefaultContainerType

#include <DbXml.hpp>

void XmlManager::setDefaultContainerType(XmlContainer::ContainerType type)

XmlContainer::ContainerType XmlManager::getDefaultContainerType() const

Sets the default type used for containers opened and created by this XmlManager object. If a form of XmlManager::createContainer or XmlManager::openContainer is used that takes a type argument, the settings provided using this method are ignored.

Parameters

type

The type of container to create.

Class

XmlManager

See Also

XmlManager Methods