This topic provides a correspondence between the DOM classes from the W3C standard and the XML DOM Engine classes from Symbian.
DOM Level 3 |
Symbian XML DOM Engine |
Notes |
Node interfaces |
||
|
|
|
|
Provides an extended set of methods for creating DOM tree contents (child elements, attributes and text). |
|
|
|
|
|
TTextXmlEngNode |
|
|
|
|
|
|
|
|
Provides a subset of |
|
|
|
|
|
|
|
|
|
|
|
|
Not supported. |
|
|
Not supported. |
|
|
Not supported. |
|
Specific to the implementation of the XML DOM Engine. |
|
Basic types |
||
|
|
|
|
|
|
|
|
|
|
|
Not supported. |
Helper interfaces |
||
|
|
Provides iterator-based access instead of the index-based access
of the |
|
|
Not supported (only required by the |
|
|
Replaced by alternative access mechanisms. |
|
|
Replaced by alternative access mechanisms. |
|
|
Not supported. |
|
|
Not supported. |
|
|
|
|
|
Partial support due to limitations of the libxml2 standard library: |
|
|
Not supported. |
|
|
Not supported. |
|
|
Not supported. |
|
|
Not applicable in the XML DOM Engine. |
|
|
Not supported by the libxml2 standard library. |
|
DOMParser |
Specific to the implementation of the XML DOM Engine. |