Classes and functions for deserializing a NED/MSG AST from XML.
Classes | |
| class | ASTBuilder |
| SAX handler (to be used with SAXParser) that builds an AST. More... | |
Functions | |
| NEDXML_API ASTNode * | parseXML (const char *filename, ErrorStore *errors) |
| Simple front-end to load an AST from an XML file. Invokes SAXParser with ASTBuilder. More... | |
| NEDXML_API ASTNode* omnetpp::nedxml::parseXML | ( | const char * | filename, |
| ErrorStore * | errors | ||
| ) |
Simple front-end to load an AST from an XML file. Invokes SAXParser with ASTBuilder.