What is the difference between SAX Parser and DOM Parser?
Answers were Sorted based on User's Feedback
Answer / apekshit sharma
Hi this is APEKSHIT...
SAX Parser is the one which is developed to run the java
programs especially. It uses a memory resident model. In DOM
the xml file is arranged as a tree and backward and forward
search is possible for searching the tags and evaluating the
data which it holds. It depends upon the application and
ease of data accessiblity. If we want to extract the data
from a xml file once we have to move to SAX which is one
time top to bottom read approach and if we want ot randomly
pick the data in an xml file then the tree reperesentation
of DOM model is to be put into use.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / keerthika
SAX parser is event based API and DOM parse is tree-based API
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the shortcut key for toolbox and add existing item?
What are the main Tools to develop .Net Application?
What is one way operation?
what are the events for a form?
Define cache coherency? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Whate are resource files? How are they used in .net?
Explain about validation?
Tell me .net mobile emulators? : Microsoft dot net mobile
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.