EndPrefixMapping Event
Fired when leaving the scope of a namespace declaration.
Syntax
public void fireEndPrefixMapping(RestEndPrefixMappingEvent event); public class RestEndPrefixMappingEvent { public String prefix; }
Remarks
The StartPrefixMapping event is fired when entering the scope of a namespace declaration.