EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

public class DefaultRestEventListener implements RestEventListener {
  ...
  public void endPrefixMapping(RestEndPrefixMappingEvent e) {}
  ...
}

public class RestEndPrefixMappingEvent {
  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]