15.3.  XML, Tree Structures, and DOM

[ fromfile: xml-dom.xml id: xml-dom ]

Figure 15.3.  QDom UML Model

QDom UML Model

[Note]Note

The QDom classes are wrappers around private implementation classes. They contain no data except a pointer. This makes it possible to pass around QDomNodes by value to other functions that can change the addressed objects (by adding attributes or children or by changing attributes). This gives QDom a more Java-like interface.