JavaScript Editor js editor     Web development 



Main Page

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 http://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



JavaScript Editor js editor     Web development