XmlEventReader::hasEmptyElementInfo

#include <DbXml.hpp>

virtual bool XmlEventReader::hasEmptyElementInfo() const

Returns true if the XmlEventReader object will return whether an element is empty or not in the context of the StartElement event. If true, and an element is empty (has no content), there will be no corresponding EndElement event for the element.

Class

XmlEventReader

See Also

XmlEventReader Methods