implementation() Instance Public methods IXMLDOMImplementation implementation info on this DOM implementation
hasChildNodes() Instance Public methods BOOL hasChildNodes
getElementsByTagName(arg0) Instance Public methods IXMLDOMNodeList getElementsByTagName build a list of elements by name BSTR arg0 --- tagName [IN]
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
documentElement() Instance Public methods IXMLDOMElement documentElement the root of the tree
doctype() Instance Public methods IXMLDOMDocumentType doctype node corresponding to the DOCTYPE
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
createTextNode(arg0) Instance Public methods IXMLDOMText createTextNode create a text node BSTR arg0 --- data [IN]
Page 1866 of 2275