public class BibliographyPart extends JaxbCustomXmlDataStoragePart<JAXBElement<org.docx4j.bibliography.CTSources>> {
private static Logger log = LoggerFactory.getLogger(BibliographyPart.class);
public BibliographyPart() throws InvalidFormatException {
super(new PartName("/customXml/item1.xml"));
init();
}