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