EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

public open class DefaultXmlEventListener : XmlEventListener {
  ...
  public override fun endPrefixMapping(e: XmlEndPrefixMappingEvent) {}
  ...
}

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