|
IP*Works! ZIP V8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ipworkszip.Relationship
A relationship entry in a .rels file in the archive
A relationship represents a reference to another part within the archive.
A relationship entry specifies a part name, the type of relationship (what it means) and a unique Id for this relation in the currently selected relationship file.
ContentType: The content type for the part referenced by this relationship, resolved from [Content_Types].xml according to the Open XML packaging specification rules.
Id: The unique ID of this relationship within this .rels file
PartName: The name of the part this relationship entry applies to.
TypeURI: The XML namespace URI that specifies the meaning of this relationship.
Bzip2,
Bzip2.Relationship| Constructor Summary | |
Relationship()
|
|
| Method Summary | |
java.lang.String |
getContentType()
|
java.lang.String |
getId()
|
java.lang.String |
getPartName()
|
java.lang.String |
getTypeURI()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Relationship()
| Method Detail |
public java.lang.String getContentType()
public java.lang.String getId()
public java.lang.String getPartName()
public java.lang.String getTypeURI()
|
IP*Works! ZIP V8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||