/* 721 */ DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
/* 722 */ dbf.setNamespaceAware(true);
/* 723 */ db = dbf.newDocumentBuilder();
/* */ }
/* */ catch (ParserConfigurationException e) {
/* 726 */ throw new FactoryConfigurationError(e);
/* */ }
/* */ }
/* 729 */ return db.newDocument();
/* */ }
/* */ }