Return the URI of the namespace of the specified nsId or empty string if not registered.
Synopsis
Declared in <balxml_prefixstack.h>
char const*
lookupNamespaceUri(int nsId) const;
Return Value
the namespace URI for nsId, or an empty string if not registered
Parameters
Name |
Description |
nsId |
namespace identifier to look up |
Created with MrDocs