Microsoft SDK for Java

addIndent

This method of the XMLOutputStream class sets the relative indentation level (for example, addIndent(+1) or addIndent(-1)). The indent level controls what the writeIndent writes.

Syntax

public void addIndent(int offset);

Parameter

offset A signed value for the indentation level.

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