Microsoft SDK for Java

writeNewLine

This method of the XMLOutputStream class writes a new line. If the output style is COMPACT, the method performs no operation.

Syntax

public void writeNewLine() throws IOException;

Exceptions

IOException if there was an error writing to the output stream.

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