XML DOM Tutorial
- Previous Page DOM Home
- Next Page DOM Introduction
The XML Document Object Model defines standard methods for accessing and manipulating XML documents.
DOM treats the XML document as a tree structure, where the leaves are defined as nodes.

XML DOM Object Reference Manual
At CodeW3C.com, we provide a complete DOM reference manual, including all objects and their properties and methods.
XML DOM Instance
Learn 50 Examples! Use our editor to edit the source code, then click the test button to view the results.
- Previous Page DOM Home
- Next Page DOM Introduction