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

Synopsis

Declared in <balxml_minireader.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

pointer to the modifiable prefix stack, or 0 if disabled

Created with MrDocs