StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

ANSI (Cross Platform)
virtual int FireStartPrefixMapping(XMLStartPrefixMappingEventParams *e);
typedef struct {
const char *Prefix;
const char *URI; int reserved; } XMLStartPrefixMappingEventParams; Unicode (Windows) virtual INT FireStartPrefixMapping(XMLStartPrefixMappingEventParams *e);
typedef struct {
LPCWSTR Prefix;
LPCWSTR URI; INT reserved; } XMLStartPrefixMappingEventParams;
- (void)onStartPrefixMapping:(NSString*)prefix :(NSString*)URI;
#define EID_XML_STARTPREFIXMAPPING 12

virtual INT IPWORKS_CALL FireStartPrefixMapping(LPSTR &lpszPrefix, LPSTR &lpszURI);

Remarks

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

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