XmlContainer.setName

API Ref

import com.sleepycat.dbxml.*;

public void setName(String name) throws XmlException;


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.