[internal] returns True if the element name has not been set.
def is_null(self): return True if self._name is None else False