[#BloombergLP-balxml-PrefixStack-namespaceUriByIndex] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/PrefixStack.adoc[PrefixStack]::namespaceUriByIndex :relfileprefix: ../../../ :mrdocs: Return the namespace URI at the specified `index` in the prefix stack, where an `index` of 0 is the oldest URI on the stack. If `index` is negative, return the URI at position 'numPrefixes() ‐ index'. Thus, an `index` of ‐1 will return the most recent URI on the stack (i.e., the top of the stack). The behavior is undefined if `index > numPrefixes()` or `index < ‐numPrefixes()`. == Synopsis Declared in `<balxml_prefixstack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* namespaceUriByIndex(int index) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#