EntityRefEvent

class EntityRefEvent(val extLocationInfo: XmlReader.LocationInfo?, val localName: String, val text: String) : XmlEvent.TextEvent(source)

Constructors

Link copied to clipboard
constructor(locationInfo: String, localName: String, text: String)
constructor(extLocationInfo: XmlReader.LocationInfo?, localName: String, 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
Link copied to clipboard

Functions

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