Microsoft SDK for Java

save

This method of the Element interface saves this element.

Syntax

public void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream to save to.

Exceptions

IOException if there is a problem saving the output.

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