IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public open class DefaultXmlEventListener : XmlEventListener {
  ...
  public override fun ignorableWhitespace(e: XmlIgnorableWhitespaceEvent) {}
  ...
}

public class XmlIgnorableWhitespaceEvent {
  val text: String?
}

Remarks

The ignorable whitespace section is provided by the Text parameter.

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