NSXMLDocument Class Reference
PDF
Overview
Subclassing Notes
Methods to Override
Special Considerations
Tasks
Initializing NSXMLDocument Objects
Managing Document Attributes
Managing the Root Element
Adding and Removing Child Nodes
Transforming a Document Using XSLT
Writing a Document as XML Data
Validating a Document
Class Methods
replacementClassForClass:
Instance Methods
addChild:
characterEncoding
documentContentKind
DTD
initWithContentsOfURL:options:error:
initWithData:options:error:
initWithRootElement:
initWithXMLString:options:error:
insertChild:atIndex:
insertChildren:atIndex:
isStandalone
MIMEType
objectByApplyingXSLT:arguments:error:
objectByApplyingXSLTAtURL:arguments:error:
objectByApplyingXSLTString:arguments:error:
removeChildAtIndex:
replaceChildAtIndex:withNode:
rootElement
setCharacterEncoding:
setChildren:
setDocumentContentKind:
setDTD:
setMIMEType:
setRootElement:
setStandalone:
setURI:
setVersion:
URI
validateAndReturnError:
version
XMLData
XMLDataWithOptions:
Constants
Input and Output Options
NSXMLDocumentContentKind
Document Content Types
Revision History
Index
Companion Guide
Tree-Based XML Programming Guide for Cocoa