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

Name

Description

id

namespace identifier to look up

Created with MrDocs