This method of the Document class saves the document to the given output stream.
public void save(XMLOutputStream o) throws IOException;
o | The output stream. |
save(XMLOutputStream) in ElementImpl.
IOException if there is a problem saving the output.