XmlContainer::getDocument API Ref

#include <DbXml.hpp>

XmlDocument getDocument(const std::string &name, u_int32_t flags = 0)

XmlDocument getDocument( XmlTransaction &txn, const std::string &name, u_int32_t flags = 0)


Description: XmlContainer::getDocument

The XmlContainer::getDocument method returns the XmlDocument with the specified name.

Parameters
txn name flags

Errors

The XmlContainer::getDocument method may fail and throw XmlException, encapsulating one of the following non-zero errors:


DATABASE_ERROR

DOCUMENT_NOT_FOUND

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.