XML Document as a Tree of Nodes


   <?xml version="1.0" encoding="UTF-8"?>
   <DOCUMENT>
      <GREETING>Hello from XML</GREETING>
      <MESSAGE>Welcome to Programing XML in Java</MESSAGE>
   </DOCUMENT>
XML Document as a Tree