Microsoft SDK for Java

writeIndent

This method of the XMLOutputStream class writes the appropriate indent, according to the indentation level that is specified by the addIndent method. If the output style is COMPACT, the method performs no operation.

Syntax

public void writeIndent() throws IOException;

Exceptions

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

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