|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.openpackaging.Base
org.docx4j.openpackaging.parts.Part
org.docx4j.openpackaging.parts.JaxbXmlPart
org.docx4j.openpackaging.parts.DocPropsExtendedPart
public class DocPropsExtendedPart
| Field Summary |
|---|
| Fields inherited from class org.docx4j.openpackaging.parts.JaxbXmlPart |
|---|
jaxbElement |
| Fields inherited from class org.docx4j.openpackaging.Base |
|---|
partName |
| Constructor Summary | |
|---|---|
DocPropsExtendedPart()
|
|
DocPropsExtendedPart(PartName partName)
|
|
| Method Summary | |
|---|---|
void |
init()
|
java.lang.Object |
unmarshal(java.io.InputStream is)
Unmarshal XML data from the specified InputStream and return the resulting content tree. |
| Methods inherited from class org.docx4j.openpackaging.parts.JaxbXmlPart |
|---|
getJaxbElement, marshal, marshal, setJAXBContext, setJaxbElement |
| Methods inherited from class org.docx4j.openpackaging.parts.Part |
|---|
getOwningRelationshipPart, getPackage, getRelationshipType, setOwningRelationshipPart, setPackage, setPartShortcut, setRelationshipType |
| Methods inherited from class org.docx4j.openpackaging.Base |
|---|
addTargetPart, getContentType, getPartName, getRelationshipsPart, setContentType, setRelationships |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocPropsExtendedPart()
throws InvalidFormatException
InvalidFormatException
public DocPropsExtendedPart(PartName partName)
throws InvalidFormatException
InvalidFormatException| Method Detail |
|---|
public void init()
public java.lang.Object unmarshal(java.io.InputStream is)
throws javax.xml.bind.JAXBException
Implements Unmarshal Global Root Element.
unmarshal in class JaxbXmlPartis - the InputStream to unmarshal XML data from
javax.xml.bind.JAXBException - If any unexpected errors occur while unmarshalling
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||