dataType=(arg0) Instance Public methods VOID dataType the data type of the node
dataType() Instance Public methods VARIANT dataType the data type of the node
data=(arg0) Instance Public methods VOID data value of the node
data() Instance Public methods BSTR data value of the node
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
appendData(arg0) Instance Public methods VOID appendData append string to value BSTR arg0 --- data [IN]
appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]
Page 1872 of 2275