Microsoft SDK for Java

save

This method of the Document class saves the document to the given output stream.

Syntax

public void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream.

Overrides

save(XMLOutputStream) in ElementImpl.

Exceptions

IOException if there is a problem saving the output.

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