OMNeT++ NEDXML  5.4.1
NedTools Class Reference

#include <nedtools.h>

Description

Misc NED utilities.

Static Public Member Functions

static void repairNedAST (ASTNode *tree)
 
static void repairMsgAST (ASTNode *tree)
 
static void splitNedFiles (FilesElement *tree)
 

Member Function Documentation

static void repairNedAST ( ASTNode tree)
static

Tries to makes an ASTNode tree comply with the DTD by gradually discarding elements that fail DTD validation. Success is not guaranteed.

static void repairMsgAST ( ASTNode tree)
static

Tries to makes an ASTNode tree comply with the DTD by gradually discarding elements that fail DTD validation. Success is not guaranteed.

static void splitNedFiles ( FilesElement *  tree)
static

Splits each NedFile under FilesElement to several files so that every module or interface is placed into its own file.


The documentation for this class was generated from the following file: