ZenFS DOM
    Preparing search index...

    Interface XML

    interface XML {
        name: string;
        options: { root: { required: false; type: string } };
        create(options: XMLOptions): XMLFS;
        isAvailable(): boolean;
    }

    Hierarchy

    • _XML
      • XML
    Index

    Properties

    Methods

    Properties

    name: string = 'XML'
    options: { root: { required: false; type: string } } = ...

    Methods

    • Returns boolean