GraphTool  1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | List of all members
XMLParser Class Reference

#include <xmlparser.h>

Public Member Functions

Linklerparse_xml (const std::string &file_path)
 

Detailed Description

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.

Member Function Documentation

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.

Parameters
file_pathThe path to the XML file on disk.
Returns
The pointer to the Linkler obeject containing the XML data.

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