TaxonomyFactoryFromRemoteZip

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(createZipInputStream: () => ZipInputStream): TaxonomyFactoryFromRemoteZip

Creates a TaxonomyFactoryFromRemoteZip from the passed ZipInputStream creation function, using sensible defaults for the other primary constructor arguments. The relationship factory is strict, and uses parallellism.

Creates a TaxonomyFactoryFromRemoteZip from the passed ZipInputStream creation function, using sensible defaults for the other primary constructor arguments. The relationship factory is strict, and uses parallellism.

def apply(createZipInputStream: () => ZipInputStream, transformDocument: SaxonDocument => BackingDocumentApi, extraSubstitutionGroupMap: SubstitutionGroupMap, relationshipFactory: RelationshipFactory, arcFilter: XLinkArc => Boolean): TaxonomyFactoryFromRemoteZip