Berkeley DB XML: XmlContainer and Related Methods

XmlContainerDescription
XmlContainerAn XmlContainer.
XmlContainer::addAliasAdds a alias for the container name.
XmlContainer::addIndexAdds an index specification.
XmlContainer::addDefaultIndexAdd a default index to the container.
XmlContainer::deleteDocumentDelete a document from the container.
XmlContainer::deleteIndexDelete the specified index.
XmlContainer::deleteDefaultIndexDelete the container's default index.
XmlContainer::getAllDocumentsGet all documents in the container.
XmlContainer::getContainerTypeGet the container's type.
XmlContainer::getDocumentGet the specified document.
XmlContainer::getFlagsGet the flags used to open the container.
XmlContainer::getIndexNodesReturn true if indexing nodes.
XmlContainer::getIndexSpecificationGet the index specification.
XmlContainer::getManagerGet the XmlManager object for this container.
XmlContainer::getNameGet the container's name.
XmlContainer::getNodeGet the specified node.
XmlContainer::getNumDocumentsGet the number of documents in the container.
XmlContainer::getPageSizeReturn database page size.
XmlContainer::lookupIndexReturn all the documents matching a specified index.
XmlContainer::lookupStatisticsReturn an XmlStatistics object for a specified index.
XmlContainer::putDocumentAdd a document to the container.
XmlContainer::putDocumentAsEventWriterAdd a document to the container using XmlEventWriter.
XmlContainer::removeAliasRemove a named alias for the container.
XmlContainer::replaceIndexReplace an index of a specified type.
XmlContainer::replaceDefaultIndexReplace the container's default index.
XmlContainer::setIndexSpecificationSet the index specification.
XmlContainer::syncFlush container database state to disk.
XmlContainer::updateDocumentUpdate an existing XmlDocument

Copyright (c) 1996,2007 Oracle. All rights reserved.