#include <DbXml.hpp>
class DbXml::XmlValue {
public:
...
std::string getNamespaceURI() const
...
};
Returns the URI used for the node's namespace.
If the node type is not XmlValue::NODE,
XmlException::INVALID_VALUE is thrown.