[#BloombergLP-balxml-MiniReader-close] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/MiniReader.adoc[MiniReader]::close :relfileprefix: ../../../ :mrdocs: Close the reader. Most, but not all state is reset. Specifically, the XML resource resolver and the prefix stack remain. The prefix stack shall be returned to the stack depth it had when `setPrefixStack` was called. Call the method `open` to reuse the reader. Note that `close` invalidates all strings and data structures obtained via `Reader` accessors. E.g., the pointer returned from `nodeName` for this node will not be valid once `close` is called. == Synopsis Declared in `<balxml_minireader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void close() override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#