Discard the contents of this registry and assign it the contents of the specified rhs registry.
Synopsis
Declared in <balxml_namespaceregistry.h>
NamespaceRegistry&
operator=(NamespaceRegistry const& rhs);
Description
For a given URI, the results of calling lookup by URI will produce equal results for this object and for rhs. For a given integer ID, the result of calling lookup by ID will produce different pointers that compare equal using strcmp.
Return Value
a reference to this modifiable object
Parameters
Name |
Description |
rhs |
registry to assign from |
Created with MrDocs