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

parser:foundInternalEntityDeclarationWithName:value:

Sent by a parser object to the delegate when it encounters an internal entity declaration. パーサーオブジェクトによって委任先へと送られます、それがある内部エンティティ宣言と遭遇する時に。

Declaration 宣言

- (void)parser:(NSXMLParser *)parser 
foundInternalEntityDeclarationWithName:(NSString *)name 
         value:(NSString *)value;

Parameters パラメータ

parser

An NSXMLParser object parsing XML. XMLを構文解析しているNSXMLParserオブジェクト。

name

A string that is the declared name of an internal entity. ある文字列、それは内部エンティティの宣言名です。

value

A string that is the value of entity name. ある文字列、それはエンティティnameの値です。

See Also 参照

Handling the DTD DTDを取り扱う