Try OpenEdge Now
skip to main content
Working with XML
Reading XML Documents with the Simple API for XML (SAX) : SAX API reference : SAX callback reference : EndPrefixMapping
 
EndPrefixMapping
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.