Return a pointer to the modifiable prefix stack used by this reader.
Synopsis
Declared in <balxml_reader.h>
virtual
PrefixStack*
prefixStack() const = 0;
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
Created with MrDocs