Map the specified namespaceUri to the specified prefix and return the namespace Id. New mapping eclipses previous mapping.
Declared in <balxml_prefixstack.h>
int
pushPrefix(
std::string_view const& prefix,
std::string_view const& namespaceUri);
the namespace ID associated with namespaceUri
| Name | Description |
|---|---|
| prefix | namespace prefix to register |
| namespaceUri | URI of the namespace to associate with prefix |