Soap.OPToSOAPDomConv.TUnhandledNodeEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TUnhandledNodeEvent)(const System::UnicodeString Name, System::UnicodeString NodeXML);

Properties

Type Visibility Source Unit Parent
typedef public Soap.OPToSOAPDomConv.hpp Soap.OPToSOAPDomConv Soap.OPToSOAPDomConv

Description

TUnhandledNodeEvent is the type of the OnUnhandledNode event of TSOAPDomConv.

TUnhandledNodeEvent is the type of the OnUnhandledNode event handler, which is called when a converter encounters an XML node that it could not convert.

Name is the name of the XML node that the converter did not recognize.

Node is the interface of the node that the converter did not recognize.

See Also