1.1 DOM

For the DOM (Document Object Model) view, the XmlDocument interface has the following method:

For C++, after retrieving the document, there is no standard interface for manipulating documents in DOM. The dom.h file mirrors the Java interface and includes documentation about these methods. For more information, see Section 2.0, Document Object Model (DOM) InterfacesXML Interfaces for C++.

For Java, see the com.novell.xml.dom package.