XML DOM Methods
A version of this page is also available for
4/8/2010
The following table shows the XML DOM methods, with a description of the purpose of each.
Programming element | Description |
---|---|
This method aborts an asynchronous download in progress. |
|
Adds a new schema to the schema collection and associates the given namespace Uniform Resource Identifier (URI) with the specified schema. |
|
Adds schemas from another collection into the current collection and replaces any schemas that collide on the same namespace Uniform Resource Identifier (URI). |
|
Appends newChild as the last child of the node. |
|
Appends the supplied string to the existing string data. |
|
Clones a copy of the current IXMLDOMSelection, with the same position and context. |
|
Clones a new node. |
|
Creates a new attribute with the specified name. |
|
Creates a CDATA section node that contains the supplied data. |
|
Creates a comment node that contains the supplied data. |
|
Creates an empty IXMLDOMDocumentFragment object. |
|
Creates an element node using the specified name. |
|
Creates a new EntityReference object. |
|
Creates a node using the supplied type, name, and namespace. |
|
Creates a processing instruction node that contains the supplied target and data. |
|
Creates a text node that contains the supplied data. |
|
Deletes specified data. |
|
Returns a read-only XML Document Object Model (DOM) node that contains the <Schema> element. |
|
Retrieves the value of the attribute. |
|
Retrieves the attribute node. |
|
Returns a collection of elements that have the specified name. |
|
Returns a list of all descendant elements that match the supplied name. |
|
Retrieves the attribute with the specified name. |
|
Returns the default properties. |
|
Returns a property. |
|
Returns the attribute with the specified namespace and attribute name. |
|
Returns True if this node has children. |
|
Returns True if the specified version of the implementation supports the specified feature. |
|
Inserts a child node to the left of the specified node or at the end of the list. |
|
Inserts a string at the specified offset. |
|
Allows random access to individual nodes within the collection. |
|
Allows random access to individual nodes within the collection. |
|
Loads an XML document from the specified location. |
|
Loads an XML document using the supplied string. |
|
Checks if the node that is passed is contained in the current collection. |
|
Returns the next node in the collection. |
|
Returns the next node in the collection. |
|
Returns the node that matches the ID attribute. |
|
Normalizes all descendant elements by combining two or more adjacent text nodes into one unified text node. |
|
Gets the next node that nextNode Method (IXMLDOMNodeList) will return without advancing the list position. |
|
Removes the specified namespace from a collection. |
|
Removes all the nodes from the collection described by the IXMLDOMSelection. |
|
Removes or replaces the named attribute. |
|
Removes the specified attribute from this element. |
|
Removes the specified child node from the list of children and returns it. |
|
Removes an attribute from the collection. |
|
Removes the next node. |
|
Removes the attribute with the specified namespace and attribute name. |
|
Replaces the specified old child node with the supplied new child node. |
|
Replaces the specified number of characters with the supplied string. |
|
Resets the iterator. |
|
Resets the iterator. |
|
Saves an XML document to the specified location. |
|
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. |
|
Sets the value of the named attribute. |
|
Sets or updates the supplied attribute node on this element. |
|
Adds the supplied node to the collection. |
|
Used for setting the SelectionLanguageServerHTTPRequest and SelectionNamespaces internal properties (flags). |
|
Performs subsets of larger Extensible Stylesheet Language Transformations (XSLT) by selecting the XSLT mode with which to start. |
|
Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node. |
|
Retrieves a substring of the full string from the specified range. |
|
Processes this node and its children using the supplied Extensible Stylesheet Language Transformations (XSLT) style sheet and returns the resulting transformation. |
|
Processes this node and its children using the supplied Extensible Stylesheet Language Transformations (XSLT) style sheet and returns the resulting transformation. |
|
Performs run-time validation on the currently loaded document using the currently loaded document type definition (DTD), schema, or schema collection. |