Difference between sax parser and dom parser ?



Difference between sax parser and dom parser ?..

Answer / Sukeerti Suresh

SAX (Simple API for XML) Parser is an event-driven approach that reads the XML data as a stream. It notifies applications of the start/end tags, text content, etc., whereas DOM (Document Object Model) Parser loads the entire XML document into memory and provides a tree structure representation of it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is ios application life cycle?

1 Answers  


What are the functions of managed object context?

1 Answers  


What are different instruments xcode supports for app profiling?

1 Answers  


What is delegate in ios objective c?

1 Answers  


What is block in ios swift?

1 Answers  


What is the purpose of UIWindow object in iOS operating system?

1 Answers   CDC,


what are the source items used by Xcode?

1 Answers  


What are all the instruments available in Xcode in iOS operating system?

1 Answers   TryTechnicals Pvt Ltd,


What is ios architecture?

1 Answers  


What is dependency injection in ios?

1 Answers  


Enlist the latest ios development patform?

1 Answers  


Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?

0 Answers  


Categories