XmlQueryContext::setNamespace

#include <DbXml.hpp>

void XmlQueryContext::setNamespace(const std::string &prefix, 
                                   const std::string &uri)

Maps the specified URI to the specified namespace prefix.

Parameters

prefix

The namespace prefix. If this parament is the empty string, the uri will be used as the default element namespace.

uri

The namespace URI.

Class

XmlQueryContext

See Also

XmlQueryContext Methods