XmlContainer::isOpen

API Ref

#include <DbXml.hpp>

bool XmlContainer::isOpen() const;


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.