List/Grid Tag Archives: sax

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 ...

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 ...




















