EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

public class DefaultXmlEventListener implements XmlEventListener {
  ...
  public void endPrefixMapping(XmlEndPrefixMappingEvent e) {}
  ...
}

public class XmlEndPrefixMappingEvent {
  public String prefix;
}

Remarks

The StartPrefixMapping event is fired when entering the scope of a namespace declaration.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Java Edition - Version 20.0 [Build 8307]