text() Instance Public methods BSTR text text content of the node and subtree
substringData(arg0, arg1) Instance Public methods BSTR substringData retrieve substring of value I4 arg0 --- offset [IN] I4 arg1 --- count [IN]
specified() Instance Public methods BOOL specified indicates whether node is a default value
selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]
selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]
replaceData(arg0, arg1, arg2) Instance Public methods VOID replaceData replace string within the value I4 arg0 --- offset [IN] I4 arg1 --- count [IN] BSTR arg2 --- data [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
Page 1869 of 2275