DOM & SAX parsers explanation and difference ?
Answer Posted / harish
DOM Parser is nothing but, Document Object Model Parser, It
loads the entire XML file into the primary memory and
represents in a Tree structured manner. It traverses from
Root Node to Child Node.
SAX Parser is nothing but, Simple API for XML. It is event
driven based parser. It traverse node by node in a
sequential order. It won?t load the entire xml file into
the memory. If it is small xml file, better go for DOM
Parser. If it huge xml file, better go for SAX Parser.
Is This Answer Correct ? | 52 Yes | 5 No |
Post New Answer View All Answers
Where do I find my rss feed url on wordpress?
How do I create an xml file from excel?
What is xml and why it is used?
What is parsing and how do I do it in xml?
Which is a language for finding information in an xml document?
What do you mean by nested elements in xml?
How many types of xpath are there?
Explain about xml namespaces?
Why do we need dtd?
How do I run an xslt file?
Which xml parser comes with weblogic server 6.1?
What is an xml expansion pack?
Does youtube have an rss feed?
Why do we use vlookup?
How is xml extensible?