![]() |
Ember
|
#include <ParserConfig.h>
Public Attributes | |
| String | control_element = "Control" |
| String | action_element = "Action" |
| String | condition_element = "Condition" |
| String | decorator_element = "Decorator" |
| String | generic_node_element = "Node" |
| String | node_id_attribute = "ID" |
| String | node_name_attribute = "name" |
| String | node_type_attribute = "type" |
| bool | allow_custom_attributes = true |
Definition at line 86 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::action_element = "Action" |
Definition at line 88 of file ParserConfig.h.
| bool EmberCore::ParserConfig::NodeConfig::allow_custom_attributes = true |
Definition at line 95 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::condition_element = "Condition" |
Definition at line 89 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::control_element = "Control" |
Definition at line 87 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::decorator_element = "Decorator" |
Definition at line 90 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::generic_node_element = "Node" |
Definition at line 91 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::node_id_attribute = "ID" |
Definition at line 92 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::node_name_attribute = "name" |
Definition at line 93 of file ParserConfig.h.
| String EmberCore::ParserConfig::NodeConfig::node_type_attribute = "type" |
Definition at line 94 of file ParserConfig.h.