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