javac -classpath ":xerces.jar" DOMNameElements.java
java -classpath ":xerces.jar" DOMNameElements students.xml
Element : course
Element : name
Element : teacher
Element : student
Element : name
Element : hw1
Element : hw2
Element : project
Element : final
Element : student
Element : name
Element : hw1
Element : hw2
Element : project
Element : final
Element : student
Element : name
Element : hw1
Element : hw2
Element : project
Element : final
- xerces.jar, DOMNameElements.java, DOMNameElements.class
and students.xml are in the same directory