SyncMediaEngineEventTargetXmlElementNodeData

class SyncMediaEngineEventTargetXmlElementNodeData(val nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.SYNC_MEDIA_XML_ELEMENT, val parent: SyncMediaEngineEventTargetXmlElementNodeData?, val attributes: List<AttributeData>, val namespaceURI: String?, val nodeName: String, val prefix: String?, val endPosition: SyncMediaTimelinePositionData, val startPosition: SyncMediaTimelinePositionData) : EngineEventTargetXmlElementNodeData

Contains information related to an ISyncMediaEngineEventTarget.

Constructors

fun SyncMediaEngineEventTargetXmlElementNodeData(nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.SYNC_MEDIA_XML_ELEMENT, parent: SyncMediaEngineEventTargetXmlElementNodeData?, attributes: List<AttributeData>, namespaceURI: String?, nodeName: String, prefix: String?, endPosition: SyncMediaTimelinePositionData, startPosition: SyncMediaTimelinePositionData)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The attributes specified on this element.

Link copied to clipboard

The ISyncMediaTimelinePosition corresponding to the end of this element.

Link copied to clipboard

The XML namespace URI for this element.

Link copied to clipboard

The name of the element.

Link copied to clipboard

Describes the type of node. This can be used to determine the correct sub-type this instance can be casted to.

Link copied to clipboard

The parent node of this instance, or null if this is the root node.

Link copied to clipboard

The XML namespace prefix for this element.

Link copied to clipboard

The ISyncMediaTimelinePosition corresponding to the start of this element.