Contents

abortParsing()

Stops the parser object.

Declaration

func abortParsing()

Discussion

If you invoke this method, the delegate, if it implements parser(_:parseErrorOccurred:), is informed of the cancelled parsing operation.

See Also

Parsing