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?)
