Changeset 1608 for trunk/docx4j/src/main/java/org
- Timestamp:
- 07/10/11 04:41:34 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/JaxbXmlPart.java
r1427 r1608 232 232 233 233 } catch (JAXBException e ) { 234 // e.printStackTrace();235 234 log.error(e); 236 235 throw e; … … 240 239 241 240 } 242 // public abstract Object unmarshal( java.io.InputStream is ) throws JAXBException;243 241 244 242 public E unmarshal(org.w3c.dom.Element el) throws JAXBException {
Note: See TracChangeset
for help on using the changeset viewer.
