Soap.OPToSOAPDomConv.TOPToSoapDomConvert.NewXMLDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function   NewXMLDocument: IXMLDocument;

C++

Xml::Xmlintf::_di_IXMLDocument __fastcall NewXMLDocument(void);

Properties

Type Visibility Source Unit Parent
function protected
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TOPToSoapDomConvert

Description

Creates a new empty XML document to hold the SOAP representation and returns its interface.

TOPToSoapDomConvert uses NewXMLDocument internally to create the object that holds the SOAP representation of a message. It returns an interface for working with this representation. Note that the XML document that NewXMLDocument returns is empty. TOPToSoapDomConvert subsequently uses the methods of the interface to fill out the body of this document.