OMNeT++ NEDXML  6.0.3
XML Parsing

Description

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 ASTNodeparseXML (const char *filename, ErrorStore *errors)
 Simple front-end to load an AST from an XML file. Invokes SAXParser with ASTBuilder. More...
 

Function Documentation

◆ parseXML()

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.