3738394041424344
public class HXFWordExtractor extends POIXMLTextExtractor { private HWPFXMLDocument document; public HXFWordExtractor(Package container) throws XmlException, OpenXML4JException, IOException { this(new HWPFXMLDocument( new HWPFXML(container) )); }
4748495051525354
File fileB = new File( System.getProperty("HWPF.testdata.path") + File.separator + "IllustrativeCases.docx" ); xmlA = new HWPFXML(HXFDocument.openPackage(fileA)); xmlB = new HWPFXML(HXFDocument.openPackage(fileB)); }