Return true if the current node is an empty element.
Declared in <balxml_utf8readerwrapper.h>
virtual
bool
isEmptyElement() const override;
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.
true if the current node is an empty element, and false otherwise