apple(mac)
Macのみ
解説
継承 | NSObject |
準拠 | NSObject (NSObject) |
フレームワーク | /System/Library/Frameworks/Foundation.framework |
使用可能 | Mac OS X v10.4以降 |
定義 |
概要
適合するプロトコル
メソッド
Initializing NSXMLDocument Objects
– initWithContentsOfURL:options:error
– initWithData:options:error
– initWithRootElement
– initWithXMLString:options:error
+ replacementClassForClass
Managing Document Attributes
– characterEncoding
– setCharacterEncoding
– documentContentKind
– setDocumentContentKind
– DTD
– setDTD
– isStandalone
– setStandalone
– MIMEType
– setMIMEType
– URI
– setURI
– version
– setVersion
Managing the Root Element
Adding and Removing Child Nodes
– addChild
– insertChild:atIndex
– insertChildren:atIndex
– removeChildAtIndex
– replaceChildAtIndex:withNode
– setChildren
Transforming a Document Using XSLT
– objectByApplyingXSLT:arguments:error
– objectByApplyingXSLTString:arguments:error
– objectByApplyingXSLTAtURL:arguments:error:
Writing a Document as XML Data
サブクラス化の注意