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