XmlQueryContext::getNamespace |
#include <DbXml.hpp>std::string XmlQueryContext::getNamespace(const std::string &prefix);
The XmlQueryContext::getNamespace method returns the namespace URI for the specified prefix. An empty string is returned if no URI is defined for the prefix.
Return the namespace URI for the specified prefix, or an empty string if no URI is defined for that prefix.
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.