[#BloombergLP-balxml-Utf8ReaderWrapper-isEmptyElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Utf8ReaderWrapper.adoc[Utf8ReaderWrapper]::isEmptyElement :relfileprefix: ../../../ :mrdocs: Return true if the current node is an empty element. == Synopsis Declared in `<balxml_utf8readerwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool isEmptyElement() const override; ---- == Description That is, return true if the node type is `BAEXML_NODE_TYPE_ELEMENT` and the element ends with `/>`; and false otherwise. Note that a self‐closing empty element is considered empty, but an element with a matching end tag is not. == Return Value `true` if the current node is an empty element, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#