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