BloombergLP::balxml::NamespaceRegistry::lookup

lookup overloads

Synopses

Declared in <balxml_namespaceregistry.h>

Return the URI string for the specified namespace id.

char const*
lookup(int id) const;
» more...

Return the integer ID for the specified namespaceUri, or -1 if it is unregistered.

int
lookup(std::string_view const& namespaceUri) const;
» more...

Return Value

  • the URI for id, or an empty string if id is unknown
  • the integer ID for namespaceUri, or -1 if unregistered

Parameters

NameDescription
idnamespace identifier to look up
namespaceUrinamespace URI to look up