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