BloombergLP::balxml::PrefixStack::lookupNamespacePrefix

Return a copy of the specified prefix if prefix is registered or an empty string if prefix is not registered.

Synopsis

Declared in <balxml_prefixstack.h>

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

Return Value

the registered prefix, or an empty string if not registered

Parameters

NameDescription
prefixnamespace prefix to look up