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

    Interface IEngineEventTargetXmlElementNodeData

    Describes an XML element in the publication content that was a target for an event such as "pointerdown" or "click".

    interface IEngineEventTargetXmlElementNodeData {
        attributes: IAttributeData[];
        namespaceURI: string;
        nodeName: string;
        nodeType: EngineEventTargetNodeType;
        parent: IEngineEventTargetXmlElementNodeData;
        prefix: string;
    }

    Hierarchy (View Summary)

    Properties

    attributes: IAttributeData[]

    The attributes specified on this element.

    namespaceURI: string

    The XML namespace URI for this element.

    nodeName: string

    The name of the element.

    XML_ELEMENT
    

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

    prefix: string

    The XML namespace prefix for this element.