attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children
cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]
createAttribute(arg0) Instance Public methods IXMLDOMAttribute createAttribute create an attribute node BSTR arg0 --- name [IN]
createCDATASection(arg0) Instance Public methods IXMLDOMCDATASection createCDATASection create a CDATA section node BSTR arg0 --- data [IN]
createComment(arg0) Instance Public methods IXMLDOMComment createComment create a comment node BSTR arg0 --- data [IN]
createDocumentFragment() Instance Public methods IXMLDOMDocumentFragment createDocumentFragment create a DocumentFragment node
createElement(arg0) Instance Public methods IXMLDOMElement createElement create an Element node BSTR arg0 --- tagName [IN]
createEntityReference(arg0) Instance Public methods IXMLDOMEntityReference createEntityReference create an entity reference node BSTR arg0 --- name [IN]
Page 465 of 11844