IXMLDOMElement Property

Contains an object reference to an IXMLDOMElement object after the successful execution of the XMLAdapter LoadXML 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

Return Value

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

Remarks

Applies To: XMLAdapter Class

The XMLAdapter LoadXML method points IXMLDOMElement to the root element of the document.

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

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

See Also

Reference

XMLAdapter Object Properties, Methods, and Events

LoadXML Method

Attach Method (Visual FoxPro)

Other Resources

Properties (Visual FoxPro)