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 |
What is ios application life cycle?
What are the functions of managed object context?
What are different instruments xcode supports for app profiling?
What is delegate in ios objective c?
What is block in ios swift?
What is the purpose of UIWindow object in iOS operating system?
what are the source items used by Xcode?
What are all the instruments available in Xcode in iOS operating system?
1 Answers TryTechnicals Pvt Ltd,
What is ios architecture?
What is dependency injection in ios?
Enlist the latest ios development patform?
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?