GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
|
#include <xmlparser.h>
Public Member Functions | |
Linkler * | parse_xml (const std::string &file_path) |
A DOM type XML parser that parses well formatted XML documents containing SWU data, module data, run block data, file data, dependencies, etc. and stores them in a Linkler object. This class may also be used to merge several such XML files.
Linkler * XMLParser::parse_xml | ( | const std::string & | file_path | ) |
Given a path to an XML file, parses it and returns a linkler object pointer, representing the XML data.
file_path | The path to the XML file on disk. |