IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

typedef void __fastcall (__closure *TipwXMLStartPrefixMappingEvent)(System::TObject* Sender, TipwXMLStartPrefixMappingEventParams *e);


__property TipwXMLStartPrefixMappingEvent OnStartPrefixMapping = {read=FOnStartPrefixMapping, write=FOnStartPrefixMapping};

typedef struct {
     String Prefix;
     String URI;
} TipwXMLStartPrefixMappingEventParams;

Remarks

The EndPrefixMapping event is fired when leaving the scope of a namespace declaration.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]