Return a reference to the underlying output stream.
Synopsis
Declared in <balxml_formatter.h>
std::ostream&
rawOutputStream();
Description
This method is provided in order to enable user to temporarily jump out of the formatter and write user's own free‐lance content directly to the stream.
Return Value
a reference to the modifiable underlying output stream
Created with MrDocs