![]() |
Ember
|
#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 = "" |
Definition at line 125 of file ParserConfig.h.
| String EmberCore::ParserConfig::AdvancedConfig::custom_validation_rules = "" |
Definition at line 134 of file ParserConfig.h.
| bool EmberCore::ParserConfig::AdvancedConfig::detailed_error_messages = true |
Definition at line 127 of file ParserConfig.h.
| bool EmberCore::ParserConfig::AdvancedConfig::enable_progress_reporting = true |
Definition at line 126 of file ParserConfig.h.
| int EmberCore::ParserConfig::AdvancedConfig::max_recursion_depth = 100 |
Definition at line 130 of file ParserConfig.h.
| bool EmberCore::ParserConfig::AdvancedConfig::preserve_attribute_order = false |
Definition at line 133 of file ParserConfig.h.
| bool EmberCore::ParserConfig::AdvancedConfig::preserve_comments = false |
Definition at line 132 of file ParserConfig.h.
| SubTreeExpansion EmberCore::ParserConfig::AdvancedConfig::subtree_expansion = SubTreeExpansion::IMMEDIATE |
Definition at line 129 of file ParserConfig.h.
| bool EmberCore::ParserConfig::AdvancedConfig::track_line_column = true |
Definition at line 128 of file ParserConfig.h.
| String EmberCore::ParserConfig::AdvancedConfig::xml_namespace_uri = "" |
Definition at line 131 of file ParserConfig.h.