insertBefore(arg0, arg1) Instance Public methods IXMLDOMNode insertBefore insert a child node IXMLDOMNode arg0 --- newChild [IN] VARIANT arg1 --- refChild [IN]
hasChildNodes() Instance Public methods BOOL hasChildNodes
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
entities() Instance Public methods IXMLDOMNamedNodeMap entities a list of entities in the document
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
baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)
Page 1857 of 2275