SAXParser.onElementEmpty

Called on an empty element. Provides access to the attributes.

struct SAXParser(T)
void delegate(StringType name, StringType[StringType] attributes) onElementEmpty;

Meta