Microsoft SDK for Java

setOutputStyle

This method of the Document class sets the style for writing to an output stream. Use XMLOutputStream.PRETTY or XMLOutputStream.COMPACT.

Syntax

public void setOutputStyle(int style);

Parameters

int The style to set.

See Also

XMLOutputStream

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