Implementation Of Stax Parser And Comparison Of Dom And Stax Parsers

dc.contributor.authorAarthi., A
dc.contributor.authorAbhinaya, S
dc.contributor.authorArockia, Densy
dc.contributor.authorNivetha, Raj
dc.date.accessioned2015-12-17T11:14:00Z
dc.date.available2015-12-17T11:14:00Z
dc.date.issued2015-12-17T11:14:00Z
dc.description.abstractThis 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.urihttp://hdl.handle.net/123456789/5382
dc.language.isoenen_US
dc.subjectImplementation Of Stax Parser And Comparison Of Dom And Stax Parsersen_US
dc.subjectAarthien_US
dc.subjectAbhinayaen_US
dc.subjectArockia Densyen_US
dc.subjectNivetha Rajen_US
dc.titleImplementation Of Stax Parser And Comparison Of Dom And Stax Parsersen_US
dc.typeThesisen_US
Files
Original bundle
Now showing 1 - 1 of 1
Loading...
Thumbnail Image
Name:
1NH11CS002.pdf
Size:
2.48 MB
Format:
Adobe Portable Document Format
License bundle
Now showing 1 - 1 of 1
No Thumbnail Available
Name:
license.txt
Size:
1.79 KB
Format:
Item-specific license agreed upon to submission
Description:
Collections