XmlDocument::getMetaData |
#include <DbXml.hpp>bool XmlDocument::getMetaData(const std::string &uri, const std::string &name, XmlValue &value); bool XmlDocument::getMetaData(const std::string &uri, const std::string &name, Dbt &dbtvalue);
The XmlDocument::getMetaData method returns the value of the specified metadata attribute. The value of the metadata attribute can be retrieved as a typed or untyped value. Typed values are retrieved by passing an XmlValue to the API. Untyped values are retrieved by passing a Dbt through the API.
The method returns true if a value for the named metadata attribute is found within the document.
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.