Instance Property インスタンスプロパティ

delegate

A delegate object that receives messages about the parsing process. ある委任先オブジェクト、それは構文解析処理についてメッセージを受け取ります。

Declaration 宣言

@property(assign) id<NSXMLParserDelegate> delegate;

Discussion 議論

For methods to be implemented by the delegate, see NSXMLParserDelegate. 委任先によって実装されるメソッドに対して、NSXMLParserDelegateを見てください。