![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtXMLFileReader:Public Member Functions | |
| DtXMLFileReader () | |
| default constructor | |
| virtual | ~DtXMLFileReader () |
| destructor | |
| virtual DtOMTTree * | readFile (const DtString &str, DtExerciseConn *ex) |
| This creates an OMT tree from a file Ownership of this tree is passed to the person who called this function. | |
| virtual DtOMTTree * | readFiles (const std::vector< DtString > &str, DtExerciseConn *ex) |
| virtual const DtString & | getLastError () |
| virtual void | clearLastError () |
Protected Member Functions | |
| virtual DtFedReadStatus | openFile (const char *fedFileName, xmlDoc **newXmlDocTree) |
| bool | isEvolvedFormat (xmlNodePtr &rootNode) |
| xmlNode * | getNodeByName (xmlNode *rootNode, const xmlChar *nodeName) |
| const xmlChar * | childContentByName (xmlNode *node, const xmlChar *name) |
Protected Attributes | |
| DtString | myLastError |
| DtExerciseConn * | myExConn |
| std::vector< DtOMTTree * > | myOMTTrees |
Private Member Functions | |
| DtXMLFileReader (const DtXMLFileReader &orig) | |
| Copy Constructor. | |
| DtXMLFileReader & | operator= (const DtXMLFileReader &rhs) |
| Assignment Operator. | |
| void | buildTree (DtOMTTree *omtTree) |
| Setup the tree handles. | |
| void | setAttributeHandles (DtObjectClassFedNode *objNode) |
| void | setParameterHandles (DtInteractionClassFedNode *objNode) |
| DtXMLFileReader::DtXMLFileReader | ( | ) |
default constructor
|
virtual |
destructor
|
private |
Copy Constructor.
|
private |
Setup the tree handles.
|
protected |
|
virtual |
|
virtual |
|
protected |
|
protectedvirtual |
|
private |
Assignment Operator.
|
virtual |
This creates an OMT tree from a file Ownership of this tree is passed to the person who called this function.
|
virtual |
|
private |
|
private |
|
protected |
|
protected |
|
protected |