CSVW RDF Convertor - Documentation
    Preparing search index...

    Helps track the location in a file being processed.

    Type Parameters

    • T extends object

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _loc: Partial<T> = {}
    scopeLayers: (keyof T)[]

    Accessors

    Methods

    • Updates the location in the file being processed. If only partial location is provided, less specific layers will be kept from the original location and more specific layers will be removed.

      Parameters

      • newLoc: Partial<T>

        The new location to be set.

      Returns void