[#BloombergLP-balxml-Formatter_PrettyImplUtil-addNewline] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_PrettyImplUtil.adoc[Formatter_PrettyImplUtil]::addNewline :relfileprefix: ../../../ :mrdocs: Insert a literal newline into the XML output of the specified `stream`, with formatting depending on the specified `state`, and update `state` accordingly. Return the `stream`. If following a call to `openElement`, or `addAttribute`, add a closing `>` to the opened tag. == Synopsis Declared in `<balxml_formatter_prettyimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& addNewline( std::ostream& stream, xref:BloombergLP/balxml/Formatter_PrettyImplUtil/State.adoc[State]* state); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#