IXMLDOMElement Property

Contains an object reference to an IXMLDOMElement object after the successful execution of the XMLAdapterLoadXML or Attach method. XMLAdapter methods work within the scope of this IXMLDOMElement object.

For more information about IXMLDOMElement objects, see the Microsoft XML Core Services (MSXML) 4.0 SDK on the MSDN Library Web site at https://msdn.microsoft.com/library/.

XMLAdapter.IXMLDOMElement

Property Values

Object reference. IXMLDOMElement contains an object reference to an IXMLDOMElement object. When not populated, IXMLDOMElement contains null (.NULL.).

Remarks

The XMLAdapterLoadXML method points IXMLDOMElement to the root element of the document.

If you pass an XMLDOMElement object as the first parameter of the XMLAdapterAttach method, Attach assigns the element to the IXMLDOMElement property.

If you pass an IXMLDOMDocument object as the first parameter of the XMLAdapterAttach method, Attach assigns its root element to the IXMLDOMElement property.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events | LoadXML Method | Attach Method

Applies To: XMLAdapter Class