DOM Interfaces

The Document Object Model consists of a set of objects and interfaces for accessing and manipulating documents. IXML does not implement all the interfaces documented in the DOM2-Core recommendation but defines a subset of the most useful interfaces. A description of the supported interfaces and methods is presented in this section.

For a complete discussion on the object model, the object hierarchy, etc., refer to section 1.1 of the DOM2-Core recommendation.


o Interface Node
o Interface Attr
o Interface CDATASection
o Interface Document
o Interface Element
o Interface NamedNodeMap
o Interface NodeList

Alphabetic index



This page was generated with the help of DOC++.