BloombergLP::balxml::Utf8ReaderWrapper::prefixStack

Return a pointer to the modifiable prefix stack used by this reader.

Synopsis

Declared in <balxml_utf8readerwrapper.h>

virtual
PrefixStack*
prefixStack() const override;

Description

Return 0 if namespace support is disabled. The behavior is undefined if the returned prefix stack is augmented in any way after calling open and before calling close.

Return Value

a pointer to the modifiable prefix stack, or 0 if namespace support is disabled