Print the content of this object to the specified stream.
Synopsis
Declared in <balxml_prefixstack.h>
void
print(
std::ostream& stream,
bool fullNames = false) const;
Description
The optionally specified fullNames specifies how namespaces should be printed: true for the full names and false only for IDs.
Parameters
Name |
Description |
stream |
output stream to receive the printed content |
fullNames |
|
Created with MrDocs