Qt XML manipulation is kind of weird - although the QDomElement objects refer to their representations in document, they are not pointers.
To indicate "null" element, isNull
method is used. How do I create QDomElement
that returns true
on isNull
?