• Parameters

    • addressSpace: IAddressSpace

      the addressSpace to populate @xmlFiles: a lis of xml files

    • xmlFiles: string | string[]
    • xmlLoader: ((nodeset2xmlUri: string) => Promise<string>)

      a helper function to return the content of the xml file

        • (nodeset2xmlUri): Promise<string>
        • Parameters

          • nodeset2xmlUri: string

          Returns Promise<string>

    • options: NodeSetLoaderOptions

    Returns Promise<void>