Instance Method インスタンスメソッド

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. あなたがこのメソッドを発動するならば、委任先は、もしそれがparser(_:parseErrorOccurred:)を実装するならば、取り消された構文解析演算を告知されます。

See Also 参照

Parsing 構文解析