Syntax

Invoked when the XML parser detects that a prefix associated with namespace mapping has gone out of scope.

Procedure

PROCEDURE EndPrefixMapping:
  DEFINE INPUT PARAMETER prefix AS CHARACTER.
  ...
END PROCEDURE.

Method

METHOD PUBLIC VOID EndPrefixMapping(INPUT prefix AS CHARACTER): 
  ... 
END METHOD.
prefix
A character string representing the prefix for a namespace declaration.

This callback is invoked only when namespace processing is enabled. It provides information not required by normal namespace processing. However, in some situations, this callback might be useful and even required.