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.

struct XMLParser
@nogc nothrow const
String
getNodeName
()

Meta