removeAttributeNode(arg0) Instance Public methods IXMLDOMAttribute removeAttributeNode remove the specified attribute IXMLDOMAttribute arg0 --- DOMAttribute [IN]
removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]
replaceChild(arg0, arg1) Instance Public methods IXMLDOMNode replaceChild replace a child node IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]
selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]
setAttribute(arg0, arg1) Instance Public methods VOID setAttribute set the string value of an attribute by name BSTR arg0 --- name [IN] VARIANT arg1 --- value [IN]
setAttributeNode(arg0) Instance Public methods IXMLDOMAttribute setAttributeNode set the specified attribute on the element IXMLDOMAttribute arg0 --- DOMAttribute [IN]
specified() Instance Public methods BOOL specified indicates whether node is a default value
tagName() Instance Public methods BSTR tagName get the tagName of the element
text() Instance Public methods BSTR text text content of the node and subtree
Page 482 of 11844