StartPrefixMapping Event
Fired when entering the scope of a namespace declaration.
Syntax
type TStartPrefixMappingEvent = procedure StartPrefixMapping(Sender: TObject; const Prefix: String; const URI: String) of object;property OnStartPrefixMapping: TStartPrefixMappingEvent read FOnStartPrefixMapping write FOnStartPrefixMapping;
Remarks
The EndPrefixMapping event is fired when leaving the scope of a namespace declaration.