Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
The IDOMNode object represents a single node in the document tree. It is the base interface for accessing data in the XML object model. IDOMNode represents the OLE Automation implementation of the Node interface as defined in the World Wide Web Consortium (W3C) DOM Core Specification.
Remarks
The XML Document Object Model (DOM) presents documents as a hierarchy of "node" objects that also implement other, more specialized interfaces. Some types of nodes can have child nodes of various types, and others are leaf nodes that have no child nodes below them in the document structure. For example, nodes of type NODE_TEXT do not have children, and trying to add children to such nodes causes an error.
Members
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.