EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
virtual int FireEndPrefixMapping(XMLpEndPrefixMappingEventParams *e);
typedef struct {
char* Prefix;
int reserved;
} XMLpEndPrefixMappingEventParams;
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.