This method of the ContentModel class saves the content model out to the specified stream.
public void save(Atom ns, XMLOutputStream o) throws IOException;
ns | The current namespace context. |
o | The output stream to write to. |
IOException if there was a problem writing to the output stream.