createElement(arg0) Instance Public methods IXMLDOMElement createElement create an Element node BSTR arg0 --- tagName [IN]
createDocumentFragment() Instance Public methods IXMLDOMDocumentFragment createDocumentFragment create a DocumentFragment node
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
Page 1774 of 2275