StartDocumentEvent

class StartDocumentEvent(    val extLocationInfo: XmlReader.LocationInfo?,     val encoding: String?,     val version: String?,     val standalone: Boolean?) : XmlEvent

Constructors

Link copied to clipboard
constructor(locationInfo: String, encoding: String?, version: String?, standalone: Boolean?)
constructor(extLocationInfo: XmlReader.LocationInfo?, encoding: String?, version: String?, standalone: Boolean?)

Properties

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

Functions

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