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

    Interface ElementCompact

    interface ElementCompact {
        _attributes?: Attributes;
        _cdata?: string;
        _comment?: string;
        _declaration?: { _attributes?: DeclarationAttributes };
        _doctype?: string;
        _instruction?: { [key: string]: string };
        _text?: string | number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    _attributes?: Attributes
    _cdata?: string
    _comment?: string
    _declaration?: { _attributes?: DeclarationAttributes }
    _doctype?: string
    _instruction?: { [key: string]: string }
    _text?: string | number