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

#include <ParserConfig.h>

Public Attributes

bool enable_progress_reporting = true
bool detailed_error_messages = true
bool track_line_column = true
SubTreeExpansion subtree_expansion = SubTreeExpansion::IMMEDIATE
int max_recursion_depth = 100
String xml_namespace_uri = ""
bool preserve_comments = false
bool preserve_attribute_order = false
String custom_validation_rules = ""

Detailed Description

Definition at line 125 of file ParserConfig.h.

Member Data Documentation

◆ custom_validation_rules

String EmberCore::ParserConfig::AdvancedConfig::custom_validation_rules = ""

Definition at line 134 of file ParserConfig.h.

◆ detailed_error_messages

bool EmberCore::ParserConfig::AdvancedConfig::detailed_error_messages = true

Definition at line 127 of file ParserConfig.h.

◆ enable_progress_reporting

bool EmberCore::ParserConfig::AdvancedConfig::enable_progress_reporting = true

Definition at line 126 of file ParserConfig.h.

◆ max_recursion_depth

int EmberCore::ParserConfig::AdvancedConfig::max_recursion_depth = 100

Definition at line 130 of file ParserConfig.h.

◆ preserve_attribute_order

bool EmberCore::ParserConfig::AdvancedConfig::preserve_attribute_order = false

Definition at line 133 of file ParserConfig.h.

◆ preserve_comments

bool EmberCore::ParserConfig::AdvancedConfig::preserve_comments = false

Definition at line 132 of file ParserConfig.h.

◆ subtree_expansion

SubTreeExpansion EmberCore::ParserConfig::AdvancedConfig::subtree_expansion = SubTreeExpansion::IMMEDIATE

Definition at line 129 of file ParserConfig.h.

◆ track_line_column

bool EmberCore::ParserConfig::AdvancedConfig::track_line_column = true

Definition at line 128 of file ParserConfig.h.

◆ xml_namespace_uri

String EmberCore::ParserConfig::AdvancedConfig::xml_namespace_uri = ""

Definition at line 131 of file ParserConfig.h.


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