Ember
Loading...
Searching...
No Matches
EmberCore::ParserConfig::DocumentConfig Struct Reference

#include <ParserConfig.h>

Public Attributes

String root_element = "root"
String main_tree_attribute = "main_tree_to_execute"
bool case_sensitive = true
bool allow_unknown_elements = false
WhitespaceHandling whitespace_handling = WhitespaceHandling::TRIM
NamingConvention naming_convention = NamingConvention::BALANCED

Detailed Description

Definition at line 65 of file ParserConfig.h.

Member Data Documentation

◆ allow_unknown_elements

bool EmberCore::ParserConfig::DocumentConfig::allow_unknown_elements = false

Definition at line 69 of file ParserConfig.h.

◆ case_sensitive

bool EmberCore::ParserConfig::DocumentConfig::case_sensitive = true

Definition at line 68 of file ParserConfig.h.

◆ main_tree_attribute

String EmberCore::ParserConfig::DocumentConfig::main_tree_attribute = "main_tree_to_execute"

Definition at line 67 of file ParserConfig.h.

◆ naming_convention

NamingConvention EmberCore::ParserConfig::DocumentConfig::naming_convention = NamingConvention::BALANCED

Definition at line 71 of file ParserConfig.h.

◆ root_element

String EmberCore::ParserConfig::DocumentConfig::root_element = "root"

Definition at line 66 of file ParserConfig.h.

◆ whitespace_handling

WhitespaceHandling EmberCore::ParserConfig::DocumentConfig::whitespace_handling = WhitespaceHandling::TRIM

Definition at line 70 of file ParserConfig.h.


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