maliput_malidrive
parser.h File Reference
#include <optional>
#include <tinyxml2.h>
#include "maliput_malidrive/common/macros.h"
#include "maliput_malidrive/xodr/parser_configuration.h"
Include dependency graph for parser.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ParserBase
 Base class for parsing a tinyxml2::XMLElement node. More...
 
class  AttributeParser
 Parses XML node's attributes descriptions. More...
 
class  NodeParser
 Parses XML nodes. More...
 

Namespaces

 malidrive
 Generate a new XODR file which is filled with Roads that are extracted from an another XODR file.
 
 malidrive::xodr
 

Functions

std::string ConvertXMLNodeToText (tinyxml2::XMLElement *element)
 Convert all the content of the XML node into text. More...