Microsoft SDK for Java

setOutputStyle

This method of the XMLOutputStream class sets the output style for the output stream.

Syntax

public void setOutputStyle(int style);

Parameters

style The output style. This can be either PRETTY or COMPACT.

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