Get the PackagePart that is the target of a relationship. @param rel The relationship @return The target part @throws InvalidFormatException
(PackageRelationship rel)
| 88 | * @throws InvalidFormatException |
| 89 | */ |
| 90 | protected PackagePart getTargetPart(PackageRelationship rel) throws InvalidFormatException { |
| 91 | return getTargetPart(getPackage(), rel); |
| 92 | } |
| 93 | /** |
| 94 | * Get the PackagePart that is the target of a relationship. |
| 95 | * |
no test coverage detected