lookup overloads
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...
id, or an empty string if id is unknownnamespaceUri, or -1 if unregistered| Name | Description |
|---|---|
| id | namespace identifier to look up |
| namespaceUri | namespace URI to look up |