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