• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

From Where I can get Documentation on DOM & SAX for Exam Preparation?

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From Where I can get Documentation on DOM & SAX for Exam Preparation?
Please share any links, or books information here.
Thanks,
Mehul.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could check out the SAX Project Website for information on SAX.
Read the DOM and SAX chapters in Professional XML 2nd Edition.
You could browse the W3C page (IDL Definitions for DOM 2)
There are IBM tutorial's on DOM and SAX on the IBM website.
 
Ranch Hand
Posts: 662
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also,
You can find the specification here -
http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/xml/sax/package-summary.html
http://java.sun.com/xml/jaxp/dist/1.1/docs/api/org/w3c/dom/package-summary.html
You have good IBM tutorials to start with here -
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/6B46D87B12C3FDE786256AB700730AF3?OpenDocument
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/02B719BE93D7655D86256AB9005FA8D6?OpenDocument
All the pre-requisites for running the examples are mentioned in the links.
When it comes to SAX, try to draw a picture of the interfaces and classes implementing them on a piece of paper. That way you can better understand the system and start practicing with it.
 
Mehul Jasani
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Vinayak , and Jayadev
Indeed the resources you have mentioned worked very well for me. Thanks a lot. BTW I wanted to know that what I should memorize from the JAVA API'S OF DOM AND SAX. Do I need to remember syntax of each and every interface class and their methods?
Thanks,
Mehul.
reply
    Bookmark Topic Watch Topic
  • New Topic