A
                                         P   Application
                                         I

XML File   XML Parser   Abstract Model
<?xml version=”1.0”?>
<contacts>
     <contact>
           <name>
                <first>John</first>
                <middle>Johansen</middle>
                <last>Doe</last>
           </name>
           <phone>043678002</phone>
     </contact>
<contacts>



             XML Data                       DOM Tree
previousSibling
                               firstChild


parentNode


                               lastChild
              nextSibling
Load and Save
Core
Validation
Abstract Schemas
Views and Formatting
Xpath
XML DOM
XML DOM
XML DOM
XML DOM
XML DOM
XML DOM

XML DOM