XmlContainer.isOpen |
![]() ![]() |
import com.sleepycat.dbxml.*;public bool isOpen();
The XmlContainer.isOpen method tests if a container is open. It returns true if the container is open, and false if the container is closed. A container can be opened with the XmlContainer.open, and closed with the XmlContainer.close.
Returns true if the container is open, and false if the container is closed.
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.