Documentation
    Preparing search index...

    Type Alias XMLNodeDataSet

    type XMLNodeDataSet = {
        _attributes?: Attributes;
        _cdata?: string;
        _comment?: string;
        _declaration?: { _attributes?: DeclarationAttributes };
        _doctype?: string;
        _instruction?: { [key: string]: string };
        _text?: string | number;
    }
    Index

    Properties

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