removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]
removeAttributeNode(arg0) Instance Public methods IXMLDOMAttribute removeAttributeNode remove the specified attribute IXMLDOMAttribute arg0 --- DOMAttribute [IN]
removeAttribute(arg0) Instance Public methods VOID removeAttribute remove an attribute by name BSTR arg0 --- name [IN]
previousSibling() Instance Public methods IXMLDOMNode previousSibling left sibling of the node
prefix() Instance Public methods BSTR prefix the prefix for the namespace applying to the node
parsed() Instance Public methods BOOL parsed has sub-tree been completely parsed
parentNode() Instance Public methods IXMLDOMNode parentNode parent of the node
ownerDocument() Instance Public methods IXMLDOMDocument ownerDocument document that contains the node
normalize() Instance Public methods VOID normalize collapse all adjacent text nodes in sub-tree
nodeValue=(arg0) Instance Public methods VOID nodeValue value stored in the node
Page 1851 of 2275