00001 //========================================================================== 00002 // NEDXMLPARSER.H - part of 00003 // 00004 // OMNeT++/OMNEST 00005 // Discrete System Simulation in C++ 00006 // 00007 //========================================================================== 00008 00009 /*--------------------------------------------------------------* 00010 Copyright (C) 2002-2008 Andras Varga 00011 Copyright (C) 2006-2008 OpenSim Ltd. 00012 00013 This file is distributed WITHOUT ANY WARRANTY. See the file 00014 `license' for details on this and other legal matters. 00015 *--------------------------------------------------------------*/ 00016 00017 00018 #ifndef __NEDXMLPARSER_H 00019 #define __NEDXMLPARSER_H 00020 00021 #include "nedelement.h" 00022 #include "nederror.h" 00023 00024 NAMESPACE_BEGIN 00025 00031 NEDXML_API NEDElement *parseXML(const char *filename, NEDErrorStore *errors); 00032 00033 NAMESPACE_END 00034 00035 00036 #endif 00037