List/Grid Monthly Archives: June 2012

SAX Parsing

SAX vs DOM parser

In the last series we have explained about DOM parser in the article “Create and read XML files using DOM Parser“. In today’s article we will discuss about SAX Parsing ...
DOM Parser

Create and read XML files using DOM Parser

In Java JDK there are two types of XML parsers models : DOM (Document Object Model) and SAX(Simple API for XML). In this series we are going to take a look at DOM parser and how to ...
© 2013 IdioTechie. All rights reserved.