[#BloombergLP-balxml-MiniReader-isEmptyElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/MiniReader.adoc[MiniReader]::isEmptyElement :relfileprefix: ../../../ :mrdocs: Return true if the current node is an element (i.e., node type is `NODE_TYPE_ELEMENT`) that ends with `/>`; and false otherwise. Note that will be considered empty but will not. == Synopsis Declared in `<balxml_minireader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool isEmptyElement() const override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#