Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
This interface extends the base DOM document interface to include XML-specific functionality.
IXMLDOMDocument Methods
abort Aborts an asynchronous download in progress. async Indicates whether asynchronous download is permitted. createNode Creates a node using the supplied type, name, and namespace. load Loads an XML document from the specified location. loadXML Loads an XML document using the supplied string. nodeFromID Returns the node whose ID attribute matches the supplied value. ondataavailable Specifies the event handler for the ondataavailable event. onreadystatechange Specifies the event handler to be invoked when the readyState property changes. parseError Returns an IDOMParseError object that contains information about the last parsing error. parsed Indicates whether this node and all descendants have been parsed and instantiated. selectNodes Applies the specified pattern to this node's context and returns the list of matching nodes. selectSingleNode Applies the specified pattern to this node's context and returns the first matching node. readyState Indicates the current state of the XML document. transformNode Processes this node and its children using the supplied XSL style sheet, and returns the resulting transformation. url Returns the canonicalized URL for the last loaded XML document. validateOnParse Indicates whether the parser should validate this document. xml Contains the XML representation of the node and all its descendants.
Interface Information
Implementation Msxml.dll Inherits from IDOMDocument Header and IDL files Msxml.h, Xmldom.idl Minimum availability Internet Explorer 5 Beta Minimum operating systems Windows 95, Windows NT
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.