SAXParser.onComment

Called when a comment is encountered.

struct SAXParser(T)
void delegate(StringType content) onComment;

Meta