This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Parser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Parser" Watch "Parser" New topic
Author

Parser

Bacchi Gerem
Ranch Hand

Joined: Jan 23, 2004
Posts: 120
Hi,
what is the difference between SAX parser and DOM parser?

Thanks
samuel sharaf
Greenhorn

Joined: Jun 07, 2004
Posts: 1
JDOM allows you tree based parsing using JDOM API's while SAX API's allow you to do event based parsing.
Bacchi Gerem
Ranch Hand

Joined: Jan 23, 2004
Posts: 120
What is event based parsing?
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Event-Based Parsing
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Parser
 
Similar Threads
Wil parser parse spaces..?
XML and Eclipse
XSL parser
Difference between SAX parser and DOM Parser
Bulk XML messages