Function XMLParser.isEmpty
Check whether the current element is empty (this only works for completely empty tags, e.g. <element \>
).
bool isEmpty() nothrow @nogc const;
Check whether the current element is empty (this only works for completely empty tags, e.g. <element \>
).
bool isEmpty() nothrow @nogc const;