apple(mac)
解説
継承 | NSObject |
準拠 | NSObject (NSObject) |
フレームワーク | /System/Library/Frameworks/Foundation.framework |
使用可能 | Mac OS X v10.4以降 |
定義 |
概要
適合するプロトコル
メソッド
Initializing NSXMLElement Objects
– initWithName
– initWithName:stringValue
– initWithXMLString:error
– initWithName:URI:
Obtaining Child Elements
Manipulating Child Elements
– addChild
– insertChild:atIndex
– insertChildren:atIndex
– removeChildAtIndex
– replaceChildAtIndex:withNode
– setChildren
– normalizeAdjacentTextNodesPreservingCDATA
Handling Attributes
– addAttribute
– attributeForName
– attributeForLocalName:URI
– attributes
– removeAttributeForName
– setAttributes
– setAttributesWithDictionary:
– setAttributesAsDictionary OS X v10.7で使用停止
サブクラス化の注意