async* | Specifies if asynchronous download is permitted. Read/write. |
attributes | Contains the list of attributes for this node. Read-only. |
baseName* | Returns the base name for the name qualified with the namespace. Read-only. |
childNodes | Contains a node list containing the children nodes. Read-only. |
dataType* | Specifies the data type for this node. Read/write. |
definition* | Returns the definition of the node in the document type definition (DTD) or schema. Read-only. |
doctype | Contains the document type node that specifies the DTD for this document. Read-only. |
documentElement | Contains the root element of the document. Read/write. |
firstChild | Contains the first child of this node. Read-only. |
implementation | Contains the IXMLDOMImplementation object for the document. Read-only. |
lastChild | Returns the last child node. Read-only. |
namespaceURI* | Returns the Uniform Resource Identifier (URI) for the namespace. Read-only. |
nextSibling | Contains the next sibling of the node in the parent's child list. Read-only. |
nodeName | Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types. Read-only. |
nodeType | Specifies the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. Read-only. |
nodeTypedValue* | Contains this node's value expressed in its defined data type. Read/write. |
nodeTypeString* | Returns the node type in string form. Read-only. |
nodeValue | Contains the text associated with the node. Read/write. |
ondataavailable* | Specifies the event handler for the ondataavailable event. Write-only. |
onreadystatechange* | Specifies the event handler to be called when the readyState property changes. Write-only. |
ontransformnode* | Specifies the event handler for the ontransformnode event. Write-only. |
ownerDocument | Returns the root of the document that contains this node. Read-only. |
parentNode | Contains the parent node. Read-only. |
parsed* | Indicates the parsed status of the node and child nodes. Read-only. |
parseError* | Returns an IXMLDOMParseError object that contains information about the last parsing error. Read-only. |
prefix* | Returns the namespace prefix. Read-only. |
preserveWhiteSpace* | Specifies the default white space handling. Read/write. |
previousSibling | Contains the previous sibling of the node in the parent's child list. Read-only. |
readyState* | Indicates the current state of the XML document. Read-only. |
resolveExternals* | Indicates whether external definitions (resolvable namespaces, DTD external subsets, and external entity references) are to be resolved at parse time, independent of validation. Read/write. |
specified* | 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. |
url* | Returns the URL for the last loaded XML document. Read-only. |
validateOnParse* | Indicates whether the parser should validate this document. Read/write. |
xml* | Contains the XML representation of the node and all its descendants. Read-only. |