W3C DOM Level 2 version 1.0 - Java API: Interface Document
public interface Document extends Node The Document interface represents the entire HTML or XML document. Conceptually, it is the root of the document tree, and provides the primary access to the document's data. Since elements, text nodes, comments ......