Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
This interface extends the IDOMNode interface with support for data types, namespaces, DTDs, and schemas.
IXMLDOMNode Methods
baseName Returns the base name for the name qualified with the namespace. dataType Specifies the data type for this node. definition Returns the definition of the node in the DTD or schema. nameSpace Returns the URI for the namespace. nodeStringType Returns the node type in string form. nodeTypedValue Contains this node's value expressed in its defined data type. parsed Indicates whether this node and all descendants have been parsed and instantiated. prefix Returns the namespace prefix. 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. specified Indicates whether the node (usually an attribute) is explicitly specified or derived from a default value in the DTD or schema. text Contains the text content of the node and its subtrees. transformNode Processes this node and its children using the supplied XSL style sheet, and returns the resulting transformation. xml Contains the XML representation of the node and all its descendants.
Interface Information
Implementation Msxml.dll Inherits from IDOMNode 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.