Insert newline characters into the output stream such that a blank line results.
Synopsis
Declared in <balxml_formatter.h>
void
addBlankLine();
Description
If the last output was a newline, then only one newline is added, otherwise two newlines are added. If following a call to openElement, or addAttribute, add a closing > to the opened tag.
Created with MrDocs