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