EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
rest.on('EndPrefixMapping', [callback])
Callback
The 'callback' is called when the 'EndPrefixMapping' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.prefix
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.