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

parser:foundProcessingInstructionWithTarget:data:

Sent by a parser object to its delegate when it encounters a processing instruction. パーサーオブジェクトによってそれの委任先へと送られます、それがある処理命令と遭遇する時に。

Declaration 宣言

- (void)parser:(NSXMLParser *)parser 
foundProcessingInstructionWithTarget:(NSString *)target 
          data:(NSString *)data;

Parameters パラメータ

parser

A parser object. パーサーオブジェクト。

target

A string representing the target of a processing instruction. 処理命令の目標を表している文字列。

data

A string representing the data for a processing instruction. 処理命令のためのデータを表している文字列。

See Also 参照

Handling XML XMLを取り扱う