Microsoft SDK for Java

saveAttributes

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

Syntax

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

Parameters

ns The name of the element attribute.
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.