- parser:foundElementDeclarationWithName:model:
Sent by a parser object to its delegate when it encounters a declaration of an element with a given model.
パーサーオブジェクトによってそれの委任先へと送られます、それがある与えられたモデルを持つ要素の宣言と遭遇する時に。
- parser:foundExternalEntityDeclarationWithName:publicID:systemID:
Sent by a parser object to its delegate when it encounters an external entity declaration.
パーサーオブジェクトによってそれの委任先へと送られます、それがある外部エンティティ宣言と遭遇する時に。
- parser:foundInternalEntityDeclarationWithName:value:
Sent by a parser object to the delegate when it encounters an internal entity declaration.
パーサーオブジェクトによって委任先へと送られます、それがある内部エンティティ宣言と遭遇する時に。
- parser:foundUnparsedEntityDeclarationWithName:publicID:systemID:notationName:
Sent by a parser object to its delegate when it encounters an unparsed entity declaration.
パーサーオブジェクトによってそれの委任先へと送られます、それがある未構文解析エンティティ宣言と遭遇する時に。
- parser:foundNotationDeclarationWithName:publicID:systemID:
Sent by a parser object to its delegate when it encounters a notation declaration.
パーサーオブジェクトによってそれの委任先へと送られます、それがある表記法宣言と遭遇する時に。