BloombergLP::balxml::PrefixStack::lookupNamespaceUri

lookupNamespaceUri overloads

Synopses

Declared in <balxml_prefixstack.h>

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

char const*
lookupNamespaceUri(int nsId) const;
» more...

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

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

Return Value

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

Parameters

NameDescription
nsIdnamespace identifier to look up
prefixnamespace prefix to look up