Microsoft SDK for Java

save

This method of the ContentModel class saves the content model out to the specified stream.

Syntax

public void save(Atom ns, XMLOutputStream o) throws IOException;

Parameters

ns The current namespace context.
o The output stream to write to.

Exceptions

IOException if there was a problem writing to the output stream.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.