Location
An important aspect of configuration parsers is to locate the place where a value was defined, or where an error occurred. For this reason, every value contains a location instance, that points to the place where the value was defined.
Interface
- class Location(source_identifier: SourceIdentifier, position: Position = <factory>)
Represent the location of an element in a document.