List of all members.
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) |
The documentation for this class was generated from the following file: