Quick Links:

bal | bbl | bdl | bsl

Public Types

balxml::FormatterWhitespaceType Struct Reference

#include <balxml_formatterwhitespacetype.h>

List of all members.

Public Types

enum  Enum { e_PRESERVE_WHITESPACE, e_WORDWRAP, e_WORDWRAP_INDENT, e_NEWLINE_INDENT }

Detailed Description

This struct describes options available when outputting textual data of an element between its pair of opening and closing tags.

See Component balxml_formatterwhitespacetype


Member Enumeration Documentation

Enumerator:
e_PRESERVE_WHITESPACE 

data is output as is

e_WORDWRAP 

data may be wrapped if output otherwise exceeds the wrap column

e_WORDWRAP_INDENT 

in addition to allowing wrapping, indent properly before continuing to output on the next line after wrapping

e_NEWLINE_INDENT 

in addition to allowing wrapping and indentation, the tags do not share their respective lines with data


The documentation for this struct was generated from the following file: