IXMLDOMNode Members
The following tables show the properties, methods, and events.
In C++, this interface inherits from IDispatch.
|
Contains the list of attributes for this node. Read-only. |
|
|
Returns the base name for the name qualified with the namespace. Read-only. |
|
|
Contains a node list containing the children nodes. Read-only. |
|
|
Specifies the data type for this node. Read/write. |
|
|
Returns the definition of the node in the document type definition (DTD) or schema. Read-only. |
|
|
Contains the first child of this node. Read-only. |
|
|
Returns the last child node. Read-only. |
|
|
Returns the Uniform Resource Identifier (URI) for the namespace. Read-only. |
|
|
Contains the next sibling of this node in the parent's child list. Read-only. |
|
|
Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types. |
|
|
Specifies the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. Read-only. |
|
|
Contains the node value expressed in its defined data type. Read/write. |
|
|
Returns the node type in string form. Read-only. |
|
|
Contains the text associated with the node. Read/write. |
|
|
Returns the root of the document that contains the node. Read-only. |
|
|
Contains the parent node. Read-only. |
|
|
Indicates the parsed status of the node and child nodes. Read-only. |
|
|
Returns the namespace prefix. Read-only. |
|
|
Contains the previous sibling of the node in the parent's child list. Read-only. |
|
|
Indicates whether the node (usually an attribute) is explicitly specified or derived from a default value in the DTD or schema. Read-only. |
|
|
text* |
Represents the text content of the node or the concatenated text representing the node and its descendants. Read/write. |
|
xml* |
Contains the XML representation of the node and all its descendants. Read-only. |
* Denotes an extension to the World Wide Web Consortium (W3C) DOM.
|
Appends a new child as the last child of the node. |
|
|
Clones a new node. |
|
|
Provides a fast way to determine whether a node has children. |
|
|
Inserts a child node to the left of the specified node or at the end of the list. |
|
|
Removes the specified child node from the list of children and returns it. |
|
|
Replaces the specified old child node with the supplied new child node. |
|
|
Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as IXMLDOMNodeList. |
|
|
Applies the specified pattern-matching operation to this node's context and returns the first matching node. |
|
|
Processes this node and its children using the supplied XSL Transformations (XSLT) style sheet and returns the resulting transformation. |
|
|
Processes this node and its children using the supplied XSLT style sheet and returns the resulting transformation in the supplied object. |
* Denotes an extension to the W3C DOM.