Class UnmarshallContext

java.lang.Object
org.apache.poi.openxml4j.opc.internal.unmarshallers.UnmarshallContext

public final class UnmarshallContext extends Object
Context needed for the unmarshall process of a part. This class is immutable.
Version:
1.0
Author:
Julien Chable
  • Constructor Details

    • UnmarshallContext

      public UnmarshallContext(OPCPackage targetPackage, PackagePartName partName)
      Constructor.
      Parameters:
      targetPackage - Container.
      partName - Name of the part to unmarshall.
  • Method Details

    • setPackage

      public void setPackage(OPCPackage container)
      Parameters:
      container - the container to set
    • setPartName

      public void setPartName(PackagePartName partName)
      Parameters:
      partName - the partName to set
    • setZipEntry

      public void setZipEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zipEntry)
      Parameters:
      zipEntry - the zipEntry to set