XmlContainer.setName |
![]() ![]() |
import com.sleepycat.dbxml.*;public void setName(String name) throws XmlException;
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.
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.