W3C Document Object Model (DOM)
XML Documents are treated as a tree of nodes
Every item is a "node"
Child elements and enclosed text are subnodes
W3C DOM Site:
http://www.w3.org/DOM/
DOM Java Language Binding:
http://www.w3.org/TR/DOM-Level-2-Core/java-binding.html
John Punin
1 of 32