Microsoft SDK for Java

createOutputStream

This method of the Document class creates an XML output stream matching the format found on load().

Syntax

public XMLOutputStream createOutputStream(OutputStream out) throws IOException;

Return Value

Returns the XML output stream.

Parameters

out The output stream.

Exceptions

IOException if the output stream cannot be created.

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