Chapter 3. Getting acquainted with XXE native DOM

Table of Contents
1. A sample program making use of XXE native DOM
2. Compiling and running the sample program

You'll first have to get acquainted with XXE native Document Object Model (DOM) before attempting to develop any advanced command in Java™. Fortunately this DOM is somewhat similar though, in our opinion, simpler, than W3C DOM.

The following sample program should give you a quick tour of XXE native DOM.