Is NSXMLParser's parse method asynchronous?
in other words if i have an NSXMLParse object and i call [someParseObject parse] from the main thread, will it block the main thread while it does it's thing?
-Thanks for answering this seemingly noob question. -Ben