XML DOM Properties
A version of this page is also available for
4/8/2010
The following table shows the XML DOM properties, with a description of the purpose of each.
Programming element | Description |
---|---|
Specifies if asynchronous download is permitted. |
|
Contains the list of attributes for this node. |
|
Returns the base name for the name qualified with the namespace. |
|
Contains a node list containing the children nodes. |
|
Gets the node (subtree) that is applied to the selection. |
|
Stores the node data depending on the node type. |
|
Retrieves and sets the content of the processing instruction, excluding the target. |
|
Specifies the data type for this node. |
|
Returns the definition of the node in the document type definition (DTD) or schema. |
|
Contains the document type node that specifies the document type definition (DTD) for this document. |
|
Contains the root element of the document. |
|
Contains a list of the entities declared in the DOCTYPE declaration. |
|
Contains the error code of the last parse error. |
|
Gets or sets the XML Path Language (XPath) expression string. |
|
Contains the absolute file position where the error occurred. |
|
Contains the first child of the node. |
|
Contains IXMLDOMImplementation for the document. |
|
Specifies which XML input tree to transform. |
|
Returns the last child node. |
|
Specifies the length, in characters, of the data. |
|
Indicates the number of items in the collection. |
|
Indicates the number of items in the collection. |
|
Returns the number of namespaces currently in the collection. |
|
Specifies the line number that contains the error. |
|
Contains the character position within the line where the error occurred. |
|
Contains the attribute name. |
|
Contains the name of the document type. |
|
Returns the list of namespaces used in the document as XMLSchemaCache. |
|
Returns the Uniform Resource Identifier (URI) for the namespace. |
|
Returns the namespace at the specified index. |
|
Contains the next sibling of the node in the parent's child list. |
|
Contains the qualified name of the element, attribute, or entity reference, or a fixed string for other node types. |
|
Specifies the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. |
|
Contains the node value expressed in its defined data type. |
|
Returns the node type in string form. |
|
Contains the text associated with the node. |
|
Contains the notation name. |
|
Contains a list of the IXMLDOMNotation members that are present in the document type declaration. |
|
Specifies the event handler for the ondataavailable Event. |
|
Specifies the event handler to be called when the onreadystatechange Property (DOMDocument) changes. |
|
Specifies the event handler for the ontransformnode event. |
|
Gets a custom output to write the result of the transformation. |
|
Returns the root of the document that contains the node. |
|
Contains the parent node. |
|
Indicates the parsed status of the node and child nodes. |
|
Returns IXMLDOMParseError that contains information about the last parsing error. |
|
Returns the namespace prefix. |
|
Specifies the default white space handling. |
|
Contains the previous sibling of the node in the parent's child list. |
|
Contains the public identifier associated with the entity. |
|
Contains the public identifier for the notation. |
|
Indicates the current state of the XML document. |
|
Describes the reason for the error. |
|
Indicates whether external definitions, resolvable namespaces, document type definition (DTD) external subsets, and external entity references, are to be resolved at parse time, independent of validation. |
|
Finds schema documents during load. |
|
Indicates whether the node (usually an attribute) is explicitly specified or derived from a default value in the document type definition (DTD) or schema. |
|
Returns the full text of the line containing the error. |
|
Contains the system identifier associated with the entity. |
|
Contains the system identifier for the notation. |
|
Contains the element name. |
|
Specifies the target for the processing instruction. |
|
Represents the text content of the node or the concatenated text representing the node and its descendants. |
|
Returns the URL for the last loaded XML document. |
|
Contains the URL of the XML document containing the last error. |
|
Indicates whether the parser should validate this document. |
|
Contains the attribute value. |
|
Contains the XML representation of the node and all its descendants. |