createComment(arg0) Instance Public methods IXMLDOMComment createComment create a comment node BSTR arg0 --- data [IN]
createCDATASection(arg0) Instance Public methods IXMLDOMCDATASection createCDATASection create a CDATA section node BSTR arg0 --- data [IN]
createAttribute(arg0) Instance Public methods IXMLDOMAttribute createAttribute create an attribute node BSTR arg0 --- name [IN]
cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]
childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children
baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
async=(arg0) Instance Public methods VOID async flag for asynchronous download
async() Instance Public methods BOOL async flag for asynchronous download
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
Page 1767 of 2275