Programmer's Guide > Programming and Scripting Techniques > Basic Document Manipulation Using the DOM and AOM > Traversing a Document Using the DOM and AOM
  
Traversing a Document Using the DOM and AOM
A Document object is the tree representation of the document's structure. Like any tree, the document can be traversed several ways.