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

StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

 virtual int FireStartPrefixMapping(XMLStartPrefixMappingEventParams *e);

 
typedef struct {
char* Prefix;
char* URI;
int reserved;
} XMLStartPrefixMappingEventParams;

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++ Edition - Version 16.0 [Build 7353]