BloombergLP::balxml::NamespaceRegistry::lookup

Return the URI string for the specified namespace id.

Synopsis

Declared in <balxml_namespaceregistry.h>

char const*
lookup(int id) const;

Description

Return the null-terminated string containing the URI of the namespace registered with the specified id or an empty (not null) string if id does not correspond to a preregistered namespace or a namespace that was previously registered with this object.

Return Value

the URI for id, or an empty string if id is unknown

Parameters

NameDescription
idnamespace identifier to look up