Ember
Loading...
Searching...
No Matches
Parsing System

XML parsing, serialization, and configuration. More...

Classes

class  EmberCore::LibXMLBehaviorTreeParser
 Thread-safe XML parser using libxml2 for behavior tree files. More...

Detailed Description

XML parsing, serialization, and configuration.

The Parsers module handles reading and writing behavior tree XML files:

  • LibXMLBehaviorTreeParser - XML to tree parsing
  • LibXMLBehaviorTreeSerializer - Tree to XML serialization
  • ParserConfig / ParserProfile - Configuration management
  • BehaviorTreeProject - Multi-file project handling
  • ConfigManager / ProjectManager - Singleton managers