Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ISyncMediaEngineEventTargetXmlElementNodeData

    Contains information related to an ISyncMediaEngineEventTarget.

    interface ISyncMediaEngineEventTargetXmlElementNodeData {
        attributes: IAttributeData[];
        endPosition: ISyncMediaTimelinePositionData;
        namespaceURI: string;
        nodeName: string;
        nodeType: EngineEventTargetNodeType;
        parent: ISyncMediaEngineEventTargetXmlElementNodeData;
        prefix: string;
        startPosition: ISyncMediaTimelinePositionData;
    }

    Hierarchy (View Summary)

    Properties

    attributes: IAttributeData[]

    The attributes specified on this element.

    The ISyncMediaTimelinePosition corresponding to the end of this element.

    namespaceURI: string

    The XML namespace URI for this element.

    nodeName: string

    The name of the element.

    SYNC_MEDIA_XML_ELEMENT
    

    The parent of this node if any.

    prefix: string

    The XML namespace prefix for this element.

    The ISyncMediaTimelinePosition corresponding to the start of this element.