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]
loadXML(arg0) Instance Public methods BOOL loadXML load the document from a string BSTR arg0 --- bstrXML [IN]
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
nodeFromID(arg0) Instance Public methods IXMLDOMNode nodeFromID retrieve node from it's ID BSTR arg0 --- idString [IN]
nodeName() Instance Public methods BSTR nodeName name of the node
Page 467 of 11844