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