What is parsing? Mention which class can you use for parsing of xml in iphone?
Answer / Ashish Gupta
Parsing refers to the process of analyzing a data stream and converting it into native objects. For XML parsing in iPhone, you can use the NSXMLParser or SBXML classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is .m file in objective c?
How the class “implementation” is represented in objective-c?
Can I write some c++ function in same .m file?
What is synchronized() block in objective c?
How do I open .am files?
What is the point of closures?
What is the difference between method and type?
When would you use nsarray and nsmutablearray?
What is the class of a constant string?
Is apple stopping supporting objective c?
What are the rules for identifiers?
What is the primary use of the category in the objective-c?