SAXParser.onText

Called when a text chunk is encountered.

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

Meta