StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

public open class DefaultRestEventListener : RestEventListener {
  ...
  public override fun startPrefixMapping(e: RestStartPrefixMappingEvent) {}
  ...
}

public class RestStartPrefixMappingEvent {
  val prefix: String?
  val uri: String?
}

Remarks

The EndPrefixMapping event is fired when leaving the scope of a namespace declaration.

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