#include <xml_parser.hpp>
|
| static NodeMap | parse (const std::string &xml_content) |
| | Parse GenICam XML from an in-memory string.
|
| |
| static NodeMap | parseFile (const std::string &file_path) |
| | Parse GenICam XML from a file path.
|
| |
| static std::string | serialize (const NodeMap &nodes) |
| | Serialize a NodeMap back to GenICam XML (for emulator profile generation)
|
| |
◆ parse()
| NodeMap camcom::genicam::XmlParser::parse |
( |
const std::string & | xml_content | ) |
|
|
static |
Parse GenICam XML from an in-memory string.
◆ parseFile()
| NodeMap camcom::genicam::XmlParser::parseFile |
( |
const std::string & | file_path | ) |
|
|
static |
Parse GenICam XML from a file path.
◆ serialize()
| std::string camcom::genicam::XmlParser::serialize |
( |
const NodeMap & | nodes | ) |
|
|
static |
Serialize a NodeMap back to GenICam XML (for emulator profile generation)
The documentation for this class was generated from the following files: