StartElementEvent

class StartElementEvent(    val extLocationInfo: XmlReader.LocationInfo?,     val namespaceUri: String,     val localName: String,     val prefix: String,     val attributes: Array<out XmlEvent.Attribute>,     parentNamespaceContext: IterableNamespaceContext,     namespaceDecls: List<Namespace>) : XmlEvent.NamedEvent

Constructors

Link copied to clipboard
constructor(locationInfo: String, namespaceUri: String, localName: String, prefix: String, attributes: Array<out XmlEvent.Attribute>, parentNamespaceContext: IterableNamespaceContext, namespaceDecls: List<Namespace>)
constructor(name: QName, parentNamespaceContext: IterableNamespaceContext, extLocationInfo: XmlReader.LocationInfo? = null)
constructor(namespaceUri: String, localName: String, prefix: String, parentNamespaceContext: IterableNamespaceContext)
constructor(    extLocationInfo: XmlReader.LocationInfo?,     namespaceUri: String,     localName: String,     prefix: String,     attributes: Array<out XmlEvent.Attribute>,     parentNamespaceContext: IterableNamespaceContext,     namespaceDecls: List<Namespace>)

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
val name: QName
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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