Invoked when the XML parser detects that a prefix associated with namespace mapping has gone out of scope.
Syntax
PROCEDURE EndPrefixMapping:
DEFINE INPUT PARAMETER prefix AS CHARACTER.
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.