IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

StartPrefixMapping Event

Fired when entering the scope of a namespace declaration.

Syntax

public open class DefaultOfficedocEventListener : OfficedocEventListener {
  ...
  public override fun startPrefixMapping(e: OfficedocStartPrefixMappingEvent) {}
  ...
}

public class OfficedocStartPrefixMappingEvent {
  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 ZIP 2020 Kotlin Edition - Version 20.0 [Build 7941]