public final class UnmarshallContext
extends java.lang.Object
| Constructor | Description |
|---|---|
UnmarshallContext(OPCPackage targetPackage,
PackagePartName partName) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
setPackage(OPCPackage container) |
|
void |
setPartName(PackagePartName partName) |
|
void |
setZipEntry(java.util.zip.ZipEntry zipEntry) |
public UnmarshallContext(OPCPackage targetPackage, PackagePartName partName)
targetPackage - Container.partName - Name of the part to unmarshall.public void setPackage(OPCPackage container)
container - the container to setpublic void setPartName(PackagePartName partName)
partName - the partName to setpublic void setZipEntry(java.util.zip.ZipEntry zipEntry)
zipEntry - the zipEntry to setCopyright 2018 The Apache Software Foundation or its licensors, as applicable.