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

    Interface IAttributeData

    The attribute of an XML or HTML node.

    interface IAttributeData {
        localName: string;
        namespaceURI: string;
        prefix: string;
        value: string;
    }

    Properties

    localName: string

    The attribute name without any namespace prefix.

    namespaceURI: string
    prefix: string

    The namespace prefix used for this attribute.

    value: string

    The attribute value