TextEvent

open class TextEvent(val extLocationInfo: XmlReader.LocationInfo?, val eventType: EventType, val text: String) : XmlEvent(source)

Inheritors

Constructors

Link copied to clipboard
constructor(locationInfo: String, eventType: EventType, text: String)
constructor(extLocationInfo: XmlReader.LocationInfo?, eventType: EventType, text: String)

Properties

Link copied to clipboard
open override val eventType: EventType
Link copied to clipboard
Link copied to clipboard
open override val isIgnorable: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun writeTo(writer: XmlWriter)