XmlContainer::setName

API Ref

#include <DbXml.hpp>

void XmlContainer::setName(const std::string &name);


Description: XmlContainer::setName

The XmlContainer::setName method sets the name of the XmlContainer. The underlying file for the container is not renamed - for that, see XmlContainer::rename.

This method can only be called while the container is closed.

Parameters

name
The new name for the container.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.