what is the difference between SAX Parser and DOM Parser??
Answer Posted / shyam miyatra
It really nice Explanation by penchala the more about XML
SAX :
---
SAX Parser is the one which is developed to run the java
programs especially.
DOM:
---
DOM is developed by w3c consortium so that it is an open
standard.
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. Thats all !
| Is This Answer Correct ? | 35 Yes | 8 No |
Post New Answer View All Answers
Is there a particularly good ide to use with struts?
Are struts thread safe?
How you will make available any message resources definitions file to the struts framework environment?
What validate() and reset() method does ?
What is the purpose of @requiredstringvalidator annotation?
How does struts2 token work?
What is discontinuous strut?
How we can controlled duplicate form submission in struts?
How we can install struts?
What configuration files are used in struts?
Explain the complete struts validator framework.
What is switchaction?
What is the purpose of @key annotation annotation?
What are struts in java?
What is the purpose of form-beans tag in struct-config.xml?