Parses the source. If there's a leftover in the internal buffer after the last write call it is also used for parsing. Parser is reset after parsing is completed.
The source to parse. If omitted then content of the internal buffer is parsed.
Clears the internal buffer and resets the parser state.
The source chunk to parse.
Generated using TypeDoc
The streaming parser.
type of the result returned by IParser.write and IParser.parse methods.