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.
Stops the parser object.
func abortParsing()If you invoke this method, the delegate, if it implements parser(_:parseErrorOccurred:), is informed of the cancelled parsing operation.