XmlContainer::getContainerType

API Ref

#include <DbXml.hpp>

ContainerType XmlContainer::getContainerType() const


Description: XmlContainer::getContainerType

Returns the container's type. Possible return values are:.

XmlContainer::NodeContainer
Documents are broken down into their component nodes, and these nodes are stored individually in the container. This is the preferred container storage type.
XmlContainer::WholedocContainer
Documents are stored intact; all white space and formatting is preserved.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.