XmlManager::setDefaultContainerType API Ref

#include <DbXml.hpp>

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

XmlContainer::ContainerType XmlManager::getDefaultContainerType() const


Description: XmlManager::setDefaultContainerType

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 container type must be one of the following values:
XmlContainer::NodeContainer XmlContainer::WholedocContainer


APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.