EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

ANSI (Cross Platform)
virtual int FireEndPrefixMapping(XMLEndPrefixMappingEventParams *e);
typedef struct {
const char *Prefix; int reserved; } XMLEndPrefixMappingEventParams; Unicode (Windows) virtual INT FireEndPrefixMapping(XMLEndPrefixMappingEventParams *e);
typedef struct {
LPCWSTR Prefix; INT reserved; } XMLEndPrefixMappingEventParams;
- (void)onEndPrefixMapping:(NSString*)prefix;
#define EID_XML_ENDPREFIXMAPPING 4

virtual INT IPWORKS_CALL FireEndPrefixMapping(LPSTR &lpszPrefix);

Remarks

The StartPrefixMapping event is fired when entering the scope of a namespace declaration.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]