Soap.SOAPDomConv.IDOMHeaderProcessor.CreateHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  CreateHeader(HeaderNode: IXMLNode): IXMLNode;

C++

virtual Xml::Xmlintf::_di_IXMLNode __fastcall CreateHeader(Xml::Xmlintf::_di_IXMLNode HeaderNode) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPDomConv.pas
Soap.SOAPDomConv.hpp
Soap.SOAPDomConv IDOMHeaderProcessor

Description

Creates a new SOAP header node.

CreateHeader creates a new header node.

HeaderNode is the node in the emerging SOAP packet that acts as a parent to the new header.

CreateHeader returns the new header node.

See Also