XmlContainer.isOpen

API Ref

import com.sleepycat.dbxml.*;

public bool isOpen();


Description: XmlContainer.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.


Class

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

APIRef

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