EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

public open class DefaultRestEventListener : RestEventListener {
  ...
  public override fun endPrefixMapping(e: RestEndPrefixMappingEvent) {}
  ...
}

public class RestEndPrefixMappingEvent {
  val prefix: String?
}

Remarks

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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]