XmlManager | Description |
XmlManager | An XmlManager. |
XmlManager::createContainer | Create an XmlContainer |
XmlManager::createDocument | Instantiate an XmlDocument object. |
XmlManager::createIndexLookup | Instantiate an XmlIndexLookup object. |
XmlManager::createLocalFileInputStream | Create an input stream to a file on disk. |
XmlManager::createMemBufInputStream | Create an input stream to a memory buffer. |
XmlManager::createModify | Instantiate an XmlModify object. |
XmlManager::createQueryContext | Instantiate an XmlQueryContext object. |
XmlManager::createResults | Instantiate an empty XmlResults object. |
XmlManager::createStdInInputStream | Create an input stream to the console. |
XmlManager::createTransaction | Instantiate an XmlTransaction object. |
XmlManager::createURLInputStream | Create an input stream to the specified URL. |
XmlManager::createUpdateContext | Instantiate an XmlUpdateContext object. |
XmlManager::dumpContainer | Dump the container. |
XmlManager::existsContainer | Determine if container exists. |
XmlManager::getDbEnv | Get the database environment. |
XmlManager::getHome | Get the environment home directory. |
XmlManager::loadContainer | Load the container. |
XmlManager::openContainer | Open an already existing XmlContainer. |
XmlManager::prepare | Get an XmlQueryExpression object. |
XmlManager::query | Execute a query. |
XmlManager::registerResolver | The XmlResolver that implements file resolution policy. |
XmlManager::reindexContainer | Reindex the container. |
XmlManager::removeContainer | Delete the container. |
XmlManager::renameContainer | Rename the container. |
XmlManager::setDefaultContainerFlags | Set the default flags. |
XmlManager::setDefaultContainerType | Set the default container type. |
XmlManager::setDefaultPageSize | Set the underlying database page size. |
XmlManager::setDefaultSequenceIncrement | Set the sequence number generation cache size. |
XmlManager::upgradeContainer | Upgrade the container. |
XmlManager::verifyContainer | Verify the container. |