BloombergLP::balxml::Utf8ReaderWrapper::isEmptyElement

Return true if the current node is an empty element.

Synopsis

Declared in <balxml_utf8readerwrapper.h>

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