- parser:foundAttributeDeclarationWithName:forElement:type:defaultValue:
Sent by a parser object to its delegate when it encounters a declaration of an attribute that is associated with a specific element.
パーサーオブジェクトによってそれの委任先へと送られます、それがある特定の要素と結びつけられるある属性の宣言と遭遇する時に。
- parser:foundElementDeclarationWithName:model:
Sent by a parser object to its delegate when it encounters a declaration of an element with a given model.
パーサーオブジェクトによってそれの委任先へと送られます、それがある与えられたモデルを持つ要素の宣言と遭遇する時に。
- 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.
パーサーオブジェクトによってそれの委任先へと送られます、それがある表記法宣言と遭遇する時に。