XML Event

Fires as XML is written.

Syntax

public open class DefaultXmlEventListener : XmlEventListener {
  ...
  public override fun xml(e: XmlXMLEvent) {}
  ...
}

public class XmlXMLEvent {
  val text: String?
}

Remarks

This event fires when XML is output. The Text parameter holds the data being written.

This functionality is not yet implemented.

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