BloombergLP::balxml::PrefixStack::lookupNamespaceId

Return ID of the namespace registered for the specified prefix or -1 if not registered.

Synopsis

Declared in <balxml_prefixstack.h>

int
lookupNamespaceId(std::string_view const& prefix) const;

Return Value

the namespace ID for prefix, or -1 if not registered

Parameters

NameDescription
prefixnamespace prefix to look up