BloombergLP::balxml::PrefixStack::lookupNamespaceUri

Return the URI of the namespace registered for the specified prefix or empty string if not registered.

Synopsis

Declared in <balxml_prefixstack.h>

char const*
lookupNamespaceUri(std::string_view const& prefix) const;

Return Value

the namespace URI for prefix, or an empty string if not registered

Parameters

NameDescription
prefixnamespace prefix to look up