Sent by the parser object to the delegate when it begins parsing a document.
Original signature is '- (void)parserDidStartDocument:(NSXMLParser *)parser'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public delegate void ParserDidStartDocumentEventHandler( NSXMLParser parser )
Public Delegate Sub ParserDidStartDocumentEventHandler ( _ parser As NSXMLParser _ )
public delegate void ParserDidStartDocumentEventHandler( NSXMLParser^ parser )

- parser (NSXMLParser)
- A parser object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)