What is parsing? Mention which class can you use for parsing of xml in iphone?



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

Post New Answer

More Objective-C Interview Questions

Explain what do you mean by synthesized in objective-c?

1 Answers  


Mention whether nsobject is a parent class or derived class.

1 Answers  


What is a delegate in objective c?

1 Answers  


How can we put nil it into dictionary/array?

1 Answers  


What is nsstring?

1 Answers  


How do I add objective c to swift project?

1 Answers  


What is the difference between typedef and enum?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?

1 Answers  


What is the use of objective c?

1 Answers  


Is objective c, a dynamic language? True/false, explain.

1 Answers  


What is the difference between objective c and c++?

1 Answers  


What does mean in xcode?

1 Answers  


Categories