Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XmlElement::TextFormat Struct Reference

A struct containing options for formatting the text when representing an XML element as a string. More...

#include <juce_XmlElement.h>

Public Member Functions

 TextFormat ()
 Default constructor.
 
TextFormat singleLine () const
 returns a copy of this format with newLineChars set to nullptr.
 
TextFormat withoutHeader () const
 returns a copy of this format with the addDefaultHeader flag set to false.
 

Public Attributes

String dtd
 If supplied, this DTD will be added to the document.
 
String customHeader
 If supplied, this header will be used (and customEncoding & addDefaultHeader will be ignored).
 
String customEncoding
 If not empty and addDefaultHeader is true, this will be set as the encoding.
 
bool addDefaultHeader = true
 If true, a default header will be generated; otherwise just bare XML will be emitted.
 
int lineWrapLength = 60
 A maximum line length before wrapping is done.
 
const char * newLineChars = "\r\n"
 Allows the newline characters to be set.
 

Detailed Description

A struct containing options for formatting the text when representing an XML element as a string.

Constructor & Destructor Documentation

◆ TextFormat()

XmlElement::TextFormat::TextFormat ( )

Default constructor.

Member Function Documentation

◆ singleLine()

TextFormat XmlElement::TextFormat::singleLine ( ) const

returns a copy of this format with newLineChars set to nullptr.

◆ withoutHeader()

TextFormat XmlElement::TextFormat::withoutHeader ( ) const

returns a copy of this format with the addDefaultHeader flag set to false.

Member Data Documentation

◆ dtd

String XmlElement::TextFormat::dtd

If supplied, this DTD will be added to the document.

◆ customHeader

String XmlElement::TextFormat::customHeader

If supplied, this header will be used (and customEncoding & addDefaultHeader will be ignored).

◆ customEncoding

String XmlElement::TextFormat::customEncoding

If not empty and addDefaultHeader is true, this will be set as the encoding.

Otherwise, a default of "UTF-8" will be used

◆ addDefaultHeader

bool XmlElement::TextFormat::addDefaultHeader = true

If true, a default header will be generated; otherwise just bare XML will be emitted.

◆ lineWrapLength

int XmlElement::TextFormat::lineWrapLength = 60

A maximum line length before wrapping is done.

(If newLineChars is nullptr, this is ignored)

◆ newLineChars

const char* XmlElement::TextFormat::newLineChars = "\r\n"

Allows the newline characters to be set.

If you set this to nullptr, then the whole XML document will be placed on a single line.


The documentation for this struct was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram