value() Instance Public methods VARIANT value string value of the attribute
value=(arg0) Instance Public methods VOID value string value of the attribute
xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
appendData(arg0) Instance Public methods VOID appendData append string to value BSTR arg0 --- data [IN]
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]
data() Instance Public methods BSTR data value of the node
Page 451 of 11844