TaxonomyPackageUriResolvers

URI resolvers specifically for taxonomy packages (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): UriResolver

Creates a UriResolver 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 UriResolver 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).

def forTaxonomyPackages(taxonomyPackageZipFiles: IndexedSeq[ZipFile]): UriResolver

Creates a UriResolver from a non-empty ZIP file collection (as ZipFile instances), each containing a taxonomy package with XML catalog. Consider managing the ZipFile resources with the scala.util.Using API (for Scala 2.13, with ports to Scala 2.12 available as well).

Creates a UriResolver from a non-empty ZIP file collection (as ZipFile instances), each containing a taxonomy package with XML catalog. Consider managing the ZipFile resources with the scala.util.Using API (for Scala 2.13, with ports to Scala 2.12 available as well).