NSXMLParser Class Reference
PDF
Overview
Tasks
Initializing a Parser Object
Managing Delegates
Managing Parser Behavior
Parsing
Handling XML
Handling the DTD
Obtaining Parser State
Instance Methods
abortParsing
columnNumber
delegate
initWithContentsOfURL:
initWithData:
lineNumber
parse
parserError
publicID
setDelegate:
setShouldProcessNamespaces:
setShouldReportNamespacePrefixes:
setShouldResolveExternalEntities:
shouldProcessNamespaces
shouldReportNamespacePrefixes
shouldResolveExternalEntities
systemID
Delegate Methods
parser:didEndElement:namespaceURI:qualifiedName:
parser:didEndMappingPrefix:
parser:didStartElement:namespaceURI:qualifiedName:attributes:
parser:didStartMappingPrefix:toURI:
parser:foundAttributeDeclarationWithName:forElement:type:defaultValue:
parser:foundCDATA:
parser:foundCharacters:
parser:foundComment:
parser:foundElementDeclarationWithName:model:
parser:foundExternalEntityDeclarationWithName:publicID:systemID:
parser:foundIgnorableWhitespace:
parser:foundInternalEntityDeclarationWithName:value:
parser:foundNotationDeclarationWithName:publicID:systemID:
parser:foundProcessingInstructionWithTarget:data:
parser:foundUnparsedEntityDeclarationWithName:publicID:systemID:notationName:
parser:parseErrorOccurred:
parser:resolveExternalEntityName:systemID:
parser:validationErrorOccurred:
parserDidEndDocument:
parserDidStartDocument:
Constants
NSXMLParserErrorDomain
NSXMLParserError
Parser Error Constants
Revision History
Index
Companion Guide
Event-Driven XML Programming Guide for Cocoa