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