![]() |
VR-Forces Development_Version Class Documentation
|
Class that will keep track of all XML data that is not already parsed as part of the import process. More...
Public Attributes | |
| std::string | myName |
| std::string | myValue |
| std::map< std::string, DtMsdlScenarioContentsItem > | myChildren |
Class that will keep track of all XML data that is not already parsed as part of the import process.
It is a tree structure of name, value and child nodes. You can use the findValue method to query this structure, knowing the elements that are comprised in it. The query is in the form of a "directory" like search, for example Relations/ForceRelation/ForceRelationData/ForceSideHandle
| std::string DtMsdlScenarioContentsItem::myName |
| std::string DtMsdlScenarioContentsItem::myValue |
| std::map<std::string, DtMsdlScenarioContentsItem> DtMsdlScenarioContentsItem::myChildren |