lookup overloads
Synopses
Declared in <balxml_namespaceregistry.h>
Return the URI string for the specified namespace id.
char const*
lookup(int id) const;
Return the integer ID for the specified namespaceUri, or ‐1 if it is unregistered.
int
lookup(std::string_view const& namespaceUri) const;
Return Value
-
the URI for
id, or an empty string ifidis unknown -
the integer ID for
namespaceUri, or ‐1 if unregistered
Parameters
Name |
Description |
id |
namespace identifier to look up |
namespaceUri |
namespace URI to look up |
Created with MrDocs