DocumentDeclEvent

class DocumentDeclEvent(extLocationInfo: XmlReader.LocationInfo?, val docTypeName: String, val docTypePublicId: String?, val docTypeSystemId: String?) : XmlEvent

Class holding document declaration information. Note that the internal subset is not recorded at all with this.

Constructors

Link copied to clipboard
constructor(extLocationInfo: XmlReader.LocationInfo?, docTypeName: String, docTypePublicId: String?, docTypeSystemId: String?)

Properties

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

Functions

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