Implementation Of Stax Parser And Comparison Of Dom And Stax Parsers
| dc.contributor.author | Aarthi., A | |
| dc.contributor.author | Abhinaya, S | |
| dc.contributor.author | Arockia, Densy | |
| dc.contributor.author | Nivetha, Raj | |
| dc.date.accessioned | 2015-12-17T11:14:00Z | |
| dc.date.available | 2015-12-17T11:14:00Z | |
| dc.date.issued | 2015-12-17T11:14:00Z | |
| dc.description.abstract | This project aims at creating the XML parser that is capable of reading the XML documents in a very high speed while providing the various other features as well. An XML parser is the component that deciphers the XML code. Without a parser, your code cannot be understood. Computers require instruction. An XML parser provides vital information to the program on how to read the file. Parsers come in multiple formats and styles. They can be free-standing software, libraries, modules and classes. StAX was designed as a median between the DOM and SAX interface. In its metaphor, the programmatic entry point is a cursor that represents a point within the document. The application moves the cursor forward - 'pulling' the information from the parser as it needs. This is different from an event based API - such as SAX - which 'pushes' data to the application - requiring the application to maintain state between events as necessary to keep track of location within the document. The project provides a wonderful user interface thus easing the task of usage for the end users. The project runs under any modern browsers and any platform that supports Java. The entire architecture diagram is broken down into nine modules in the implementation. User will be provided with a user interface layer which simplifies the usage of this application. User inputs the XML file to the application through this interface. | en_US |
| dc.identifier.uri | http://hdl.handle.net/123456789/5382 | |
| dc.language.iso | en | en_US |
| dc.subject | Implementation Of Stax Parser And Comparison Of Dom And Stax Parsers | en_US |
| dc.subject | Aarthi | en_US |
| dc.subject | Abhinaya | en_US |
| dc.subject | Arockia Densy | en_US |
| dc.subject | Nivetha Raj | en_US |
| dc.title | Implementation Of Stax Parser And Comparison Of Dom And Stax Parsers | en_US |
| dc.type | Thesis | en_US |