Microsoft SDK for Java

XMLOutputStream Class Fields

The XMLOutputStream class contains the fields shown in the following table.

COMPACT An output style that specifies that no newline characters or tabs are used in the output stream.
dtd Needed for saving in correct format.
mixed Output styling.
nameSpaceContext Needed for saving in correct format.
PRETTY The default output style. New lines and tabs are used when writing to the output stream.
savingDTD Specifies whether you are in the scope of saving a DTD.

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