RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OPToSOAPDomConv.TUnhandledNodeEvent Type

TUnhandledNodeEvent is the type of the OnUnhandledNode event of TSOAPDomConv.

Pascal
TUnhandledNodeEvent = procedure (const Name: string; NodeXML: InvString) of object;
C++
(const Name: string; NodeXML: InvString) ( TUnhandledNodeEvent)();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!