Microsoft SDK for Java

createOutputStream

This method of the Parser class creates an output stream that best matches the XML data format found during parsing. For example, this will match big endian or little endian XML data formats.

Syntax

public final XMLOutputStream createOutputStream(OutputStream out);

Return Value

Returns an XMLOutputStream object that uses the newline separator defined by the system property "line.separator".

Parameters

out The output stream.

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