@tak-ps/xml-js
    Preparing search index...

    Interface Element

    interface Element {
        attributes?: Attributes;
        cdata?: string;
        comment?: string;
        declaration?: { attributes?: DeclarationAttributes };
        doctype?: string;
        elements?: Element[];
        instruction?: string;
        name?: string;
        text?: string | number | boolean;
        type?: string;
    }
    Index

    Properties

    attributes?: Attributes
    cdata?: string
    comment?: string
    declaration?: { attributes?: DeclarationAttributes }
    doctype?: string
    elements?: Element[]
    instruction?: string
    name?: string
    text?: string | number | boolean
    type?: string