Print the content of this object to the specified stream. The optionally specified fullNames specifies how namespaces should be printed: true for the full names and false only for IDs.

Synopsis

Declared in <balxml_prefixstack.h>

void
print(
    std::ostream& stream,
    bool fullNames = false) const;

Created with MrDocs