|
|||||||||
| 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.WordprocessingML.DocumentPart
org.docx4j.openpackaging.parts.WordprocessingML.GlossaryDocumentPart
public final class GlossaryDocumentPart
| Field Summary |
|---|
| Fields inherited from class org.docx4j.openpackaging.parts.JaxbXmlPart |
|---|
jaxbElement |
| Fields inherited from class org.docx4j.openpackaging.Base |
|---|
partName |
| Constructor Summary | |
|---|---|
GlossaryDocumentPart(PartName partName)
|
|
| Method Summary | |
|---|---|
void |
marshal(org.w3c.dom.Node node)
Marshal the content tree rooted at jaxbElement into a DOM tree. |
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.WordprocessingML.DocumentPart |
|---|
getCommentsPart, getDocumentSettingsPart, getEndNotesPart, getFontTablePart, getFootnotesPart, getNumberingDefinitionsPart, getStyleDefinitionsPart, getThemePart, getWebSettingsPart, setPartShortcut |
| Methods inherited from class org.docx4j.openpackaging.parts.JaxbXmlPart |
|---|
getJaxbElement, marshal, setJAXBContext, setJaxbElement |
| Methods inherited from class org.docx4j.openpackaging.parts.Part |
|---|
getOwningRelationshipPart, getPackage, getRelationshipType, setOwningRelationshipPart, setPackage, 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 GlossaryDocumentPart(PartName partName)
throws InvalidFormatException
InvalidFormatException| Method Detail |
|---|
public void marshal(org.w3c.dom.Node node)
throws javax.xml.bind.JAXBException
JaxbXmlPart
marshal in class JaxbXmlPartnode - DOM nodes will be added as children of this node.
This parameter must be a Node that accepts children
(Document,
DocumentFragment, or
Element)
javax.xml.bind.JAXBException - If any unexpected problem occurs during the marshalling.
public java.lang.Object unmarshal(java.io.InputStream is)
throws javax.xml.bind.JAXBException
JaxbXmlPartImplements 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 | ||||||||