BloombergLP::balxml::MiniReader::isEmptyElement

Return true if the current node is an empty element.

Synopsis

Declared in <balxml_minireader.h>

virtual
bool
isEmptyElement() const override;

Description

That is, return true if the node type is 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