selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]
replaceChild(arg0, arg1) Instance Public methods IXMLDOMNode replaceChild replace a child node IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [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
notations() Instance Public methods IXMLDOMNamedNodeMap notations a list of notations in the document
nodeValue=(arg0) Instance Public methods VOID nodeValue value stored in the node
Page 1855 of 2275