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
Why do we need mapdispatchtoprops?
What do you mean by inner class and anonymous class?
What are the classes used in struts?
What is the difference between empty default namespace and root namespace?
What is struts? Explain
What should be the name of xml file used for validation in struts?
Explain struts.devmode?
Why are struts tightly coupled?
What types of validations are available in xml based validation in struts2?
What are the struts2 error message keys that can come during file uploading process?
What is the purpose of @typeconversion annotation annotation?
What is the purpose of execute method of action class?
Is struts mvc framework?
Explain about the validation steps which have to be carried during validation of client-side address?
List some struts tag libraries?