#include <XmiReader.hpp>
Note for developers: If we want to add some URL fetching component we'd put it somewhere in here to parse out the URL.
Public Member Functions | |
XmiReader () | |
~XmiReader () | |
bool | read (Model *model, const char *filename) |
Protected Member Functions | |
bool | readXmi (Model *model, const char *filename) |
|
|
|
|
|
Populate a model with information from the specified file. Depending on the type of file or the XMI protocol used, different parsing protocols may be enabled. |
|
Examine the XML document to determine the most appropriate XMI version to use. |