Class UnmarshallContext
java.lang.Object
org.apache.poi.openxml4j.opc.internal.unmarshallers.UnmarshallContext
Context needed for the unmarshall process of a part. This class is immutable.
- Version:
- 1.0
- Author:
- Julien Chable
-
Constructor Summary
ConstructorsConstructorDescriptionUnmarshallContext
(OPCPackage targetPackage, PackagePartName partName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPackage
(OPCPackage container) void
setPartName
(PackagePartName partName) void
setZipEntry
(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zipEntry)
-
Constructor Details
-
UnmarshallContext
Constructor.- Parameters:
targetPackage
- Container.partName
- Name of the part to unmarshall.
-
-
Method Details
-
setPackage
- Parameters:
container
- the container to set
-
setPartName
- Parameters:
partName
- the partName to set
-
setZipEntry
public void setZipEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry zipEntry) - Parameters:
zipEntry
- the zipEntry to set
-