hasChildNodes() Instance Public methods BOOL hasChildNodes
getElementsByTagName(arg0) Instance Public methods IXMLDOMNodeList getElementsByTagName build a list of elements by name BSTR arg0 --- tagName [IN]
getAttributeNode(arg0) Instance Public methods IXMLDOMAttribute getAttributeNode look up the attribute node by name BSTR arg0 --- name [IN]
getAttribute(arg0) Instance Public methods VARIANT getAttribute look up the string value of an attribute by name BSTR arg0 --- name [IN]
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
definition() Instance Public methods IXMLDOMNode definition pointer to the definition of the node in the DTD or schema
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
cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]
childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children
Page 1853 of 2275