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
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
hasChildNodes() Instance Public methods BOOL hasChildNodes
insertBefore(arg0, arg1) Instance Public methods IXMLDOMNode insertBefore insert a child node IXMLDOMNode arg0 --- newChild [IN] VARIANT arg1 --- refChild [IN]
lastChild() Instance Public methods IXMLDOMNode lastChild first child of the node
namespaceURI() Instance Public methods BSTR namespaceURI the URI for the namespace applying to the node
nextSibling() Instance Public methods IXMLDOMNode nextSibling right sibling of the node
nodeName() Instance Public methods BSTR nodeName name of the node
nodeType() Instance Public methods DOMNodeType nodeType the node's type
Page 472 of 11844