Equivalent to #export(Document,File,FeatureMap) with an empty map of options.
(Document doc, File file)
| 96 | * of options. |
| 97 | */ |
| 98 | public void export(Document doc, File file) throws IOException { |
| 99 | export(doc, file, Factory.newFeatureMap()); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Equivalent to {@link #export(Document,OutputStream,FeatureMap)} using a |
nothing calls this directly
no test coverage detected