createNode(arg0, arg1, arg2) Instance Public methods IXMLDOMNode createNode create a node of the specified node type and name VARIANT arg0 --- type [IN] BSTR arg1 --- name [IN] BSTR arg2 --- namespaceURI [IN]
createProcessingInstruction(arg0, arg1) Instance Public methods IXMLDOMProcessingInstruction createProcessingInstruction create a processing instruction node BSTR arg0 --- target [IN] BSTR arg1 --- data [IN]
createTextNode(arg0) Instance Public methods IXMLDOMText createTextNode create a text node BSTR arg0 --- data [IN]
dataType() Instance Public methods VARIANT dataType the data type of the node
dataType=(arg0) Instance Public methods VOID dataType the data type of the node
definition() Instance Public methods IXMLDOMNode definition pointer to the definition of the node in the DTD or schema
doctype() Instance Public methods IXMLDOMDocumentType doctype node corresponding to the DOCTYPE
documentElement() Instance Public methods IXMLDOMElement documentElement the root of the tree
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
getElementsByTagName(arg0) Instance Public methods IXMLDOMNodeList getElementsByTagName build a list of elements by name BSTR arg0 --- tagName [IN]
Page 466 of 11844