Return true if this object is null.

Synopsis

Declared in <balxml_elementattribute.h>

bool
isNull() const;

Description

Return true if this object is null. More precisely, return true if qualifiedName() returns 0. A default‐constructed object will be null, as will an object that was reset with no arguments.

Return Value

true if this object is null

Created with MrDocs