Function XMLParser.getNodeName

Gets the name of the current element node. This will raise an error if the current node type is neither constant NODE_ELEMENT nor constant NODE_ELEMENT_END.

String getNodeName() nothrow @nogc const;