Is there a description of the various errors that NSXMLParser can return? I’m aware of the apple documentation of these codes, but this page doesn’t give anything other than a title for the error.
Is there a description of the various errors that NSXMLParser can return? I’m aware
Share
That
enumdefines all of theNSXMLParserErrors. If you want (slightly) more detail, you can click on a particular constant in the list.