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
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
setNamedItem(arg0) Instance Public methods IXMLDOMNode setNamedItem set item by name IXMLDOMNode arg0 --- newItem [IN]
reset() Instance Public methods VOID reset reset the position of iterator
removeQualifiedItem(arg0, arg1) Instance Public methods IXMLDOMNode removeQualifiedItem remove the item by name and namespace BSTR arg0 --- baseName [IN] BSTR arg1 --- namespaceURI [IN]
removeNamedItem(arg0) Instance Public methods IXMLDOMNode removeNamedItem remove item by name BSTR arg0 --- name [IN]
nextNode() Instance Public methods IXMLDOMNode nextNode get next node from iterator
length() Instance Public methods I4 length number of nodes in the collection
item() Instance Public methods PTR item collection of nodes I4 arg0 --- index [IN]
Page 1841 of 2275