SAXParser.processDocument

Processes the entire document; every time a node of XMLKind XXX is found, the corresponding method onXXX(underlyingCursor) of the handler is called, if it exists.

struct SAXParser(T)
void
processDocument
()

Meta