Return the value of prefix specified at the last call to reset or the constructor, if non‐zero, else return a copy of the prefix portion of the qualified name. More precisely, return a copy of the portion of qualifiedName() up to, but not including, the colon. Return an empty string if the qualified name has no colon or if prefixStack() returns zero.
Synopsis
Declared in <balxml_elementattribute.h>
char const*
prefix() const;
Created with MrDocs