Java Reference
In-Depth Information
Exercises
1.
Write a program using DOM that will count the number of occurrences of each element type
in an XML document and display them. The document file should be identified by the first
command line argument. The program should also accept optional additional command line
arguments that are the names of elements. When there are two or more command line
arguments, the program should only count and report on the elements identified by the
second and subsequent command line arguments.
2.
Implement the XML Import capability in Sketcher using SAX rather than DOM.
Search WWH ::




Custom Search