reset

actual external fun reset()(source)

Instruct the parser to start the next parse from the beginning.

If the parser previously failed because of a timeout, then by default, it will resume where it left off. If you don't want to resume, and instead intend to use this parser to parse some other document, you must call this method first.

expect fun reset()(source)

Instruct the parser to start the next parse from the beginning.

If the parser previously failed because of a timeout, then by default, it will resume where it left off. If you don't want to resume, and instead intend to use this parser to parse some other document, you must call this method first.

actual external fun reset()(source)

Instruct the parser to start the next parse from the beginning.

If the parser previously failed because of a timeout, then by default, it will resume where it left off. If you don't want to resume, and instead intend to use this parser to parse some other document, you must call this method first.

actual fun reset()(source)

Instruct the parser to start the next parse from the beginning.

If the parser previously failed because of a timeout, then by default, it will resume where it left off. If you don't want to resume, and instead intend to use this parser to parse some other document, you must call this method first.