Enumerators describing XML encoding style.

Synopsis

Declared in <balxml_encodingstyle.h>

enum Value;

Members

Name

Description

COMPACT

Compact encoding style with minimal whitespace.

PRETTY

Pretty encoding style with indentation and line breaks.

e_COMPACT

Deprecated alias for COMPACT.

e_PRETTY

Deprecated alias for PRETTY.

BAEXML_COMPACT

Deprecated alias for COMPACT.

BAEXML_PRETTY

Deprecated alias for PRETTY.

Created with MrDocs