new method to DOMWriter interface?
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Does anyone object to adding the following to the interface for DOMWriter? public void write(Node node, OutputStream out) throws IOException; DefaultDOMWriter has this. I don't see a reason not to have this in the interface? Jake