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]
hasChildNodes() Instance Public methods BOOL hasChildNodes
implementation() Instance Public methods IXMLDOMImplementation implementation info on this DOM implementation
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
load(arg0) Instance Public methods BOOL load load document from the specified XML source VARIANT arg0 --- xmlSource [IN]
Page 567 of 11844