![]() |
VR-Forces 5.0.3 Developer's Guide
|
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.
Public Attributes | |
| std::string | myName |
| std::string | myValue |
| std::map< std::string, DtMsdlScenarioContentsItem > | myChildren |
| std::string DtMsdlScenarioContentsItem::myName |
| std::string DtMsdlScenarioContentsItem::myValue |
| std::map<std::string, DtMsdlScenarioContentsItem> DtMsdlScenarioContentsItem::myChildren |