DOM Architecture

The DOM API provides an interface that enables you to create and manipulate a DOM tree. The DOM API is specified in the org.w3c.dom package. The package contains an important class called the DocumentBuilderFactory that provides methods for creating DOM parsers. DOM parsers are represented using the DocumentBuilder class. An instance of the DocumentBuilder class generates the DOM tree.

The graphic shows the DOM architecture.
Click the Next button to continue.