Document Object Model

Published: Sunday, 15 August 2004

Document Object Model. Have a browse through the standard 1.4 Javadocs of the org.w3c.dom package, it should give you some idea of all the pieces of an XML Document.

Implementation is left to Xerces or another parser.