Berkeley DB: XmlManager and Related Methods

XmlManagerDescription
XmlManagerAn XmlManager.
XmlManager::createContainerCreate an XmlContainer
XmlManager::createDocumentInstantiate an XmlDocument object.
XmlManager::createIndexLookupInstantiate an XmlIndexLookup object.
XmlManager::createLocalFileInputStreamCreate an input stream to a file on disk.
XmlManager::createMemBufInputStreamCreate an input stream to a memory buffer.
XmlManager::createModifyInstantiate an XmlModify object.
XmlManager::createQueryContextInstantiate an XmlQueryContext object.
XmlManager::createResultsInstantiate an empty XmlResults object.
XmlManager::createStdInInputStreamCreate an input stream to the console.
XmlManager::createTransactionInstantiate an XmlTransaction object.
XmlManager::createURLInputStreamCreate an input stream to the specified URL.
XmlManager::createUpdateContextInstantiate an XmlUpdateContext object.
XmlManager::dumpContainerDump the container.
XmlManager::existsContainerDetermine if container exists.
XmlManager::getDbEnvGet the database environment.
XmlManager::getHomeGet the environment home directory.
XmlManager::loadContainerLoad the container.
XmlManager::openContainerOpen an already existing XmlContainer.
XmlManager::prepareGet an XmlQueryExpression object.
XmlManager::queryExecute a query.
XmlManager::registerResolverThe XmlResolver that implements file resolution policy.
XmlManager::reindexContainerReindex the container.
XmlManager::removeContainerDelete the container.
XmlManager::renameContainerRename the container.
XmlManager::setDefaultContainerFlagsSet the default flags.
XmlManager::setDefaultContainerTypeSet the default container type.
XmlManager::setDefaultPageSizeSet the underlying database page size.
XmlManager::setDefaultSequenceIncrementSet the sequence number generation cache size.
XmlManager::upgradeContainerUpgrade the container.
XmlManager::verifyContainerVerify the container.

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