Microsoft SDK for Java

save

This method of the ElementImpl class saves the element in XML format.

Syntax

public void save(XMLOutputStream o) throws IOException;

Parameters

o The output stream to save to.

Exceptions

IOException if an error occurs when writing to the output stream.

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