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>

virtual
bool
isEmptyElement() const override;

Created with MrDocs