EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

class XMLEndPrefixMappingEventParams {
public:
  const QString &Prefix();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EndPrefixMapping(XMLEndPrefixMappingEventParams *e);
// Or, subclass XML and override this emitter function. virtual int FireEndPrefixMapping(XMLEndPrefixMappingEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8307]