2.2.15 org.w3c.dom Package

The org.w3c.dom package provides APIs for manipulating DOM trees.

The following figure shows the flow of processing for applications that manipulate DOM trees.

Figure 2-7 Flow of processing for applications that manipulate DOM trees

[Figure]

For details on the org.w3c.dom package, see the following sections in the documentation W3C Document Object Model (DOM) Level 3 Core Specification:

For details on a coding sample for manipulating DOM trees, see 5.4 Sample Program that Uses the DOM Parser.