SAXParser.onElementStart

Called on a non-empty element start. Provides access to the attributes.

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

Meta