TaxonomyPackagePartialUriResolvers

Partial URI resolvers specifically for a taxonomy package (see https://www.xbrl.org/Specification/taxonomy-package/REC-2016-04-19/taxonomy-package-REC-2016-04-19.html).

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Concrete methods

def forTaxonomyPackage(taxonomyPackageZipFile: ZipFile): PartialUriResolver

Creates a PartialUriResolver from a ZIP file (as ZipFile instance) containing a taxonomy package with XML catalog. Consider managing the ZipFile resource with the scala.util.Using API (for Scala 2.13, with ports to Scala 2.12 available as well).

Creates a PartialUriResolver from a ZIP file (as ZipFile instance) containing a taxonomy package with XML catalog. Consider managing the ZipFile resource with the scala.util.Using API (for Scala 2.13, with ports to Scala 2.12 available as well).