Class AbstractXmlRetrieverAbstract

Hierarchy

Implements

Constructors

Methods

  • This method checks if the recently downloaded file from source located at path is a valid resource, if not will remove the file and throw an exception

    Parameters

    • source: string
    • localPath: string

    Returns Promise<void>

  • Parameters

    • document: Document
    • tagName: string
    • attributeName: string
    • currentUrl: string
    • currentFile: string

    Returns Promise<boolean>

  • Parameters

    • url: string
    • currentUrl: string

    Returns string

  • Must return a table with rows (array of records) every row must contain the keys element and attribute "element" is the tag name to search for "attribute" is the attribute name that contains the url

    Returns Record<string, string>[]

Generated using TypeDoc