func parse() -> Bool
Starts the event-driven parsing operation.
イベント駆動構文解析演算を開始します。
Availability 有効性
Technology
func abortParsing()
If you invoke this method, the delegate, if it implements parser(_:
, is informed of the cancelled parsing operation.
あなたがこのメソッドを発動するならば、委任先は、もしそれがparser(_:
を実装するならば、取り消された構文解析演算を告知されます。
func parse() -> Bool