IOFormat 1.12.0
Loading...
Searching...
No Matches
ioformat::FeiMetadataHelper Class Reference

#include <ioformat/FeiMetadataHelper.h>

Public Member Functions

 FeiMetadataHelper (const FeiMetadataHelper &)=delete
 
 FeiMetadataHelper (FeiMetadataHelper &&)=delete
 
FeiMetadataHelperoperator= (const FeiMetadataHelper &)=delete
 
FeiMetadataHelperoperator= (FeiMetadataHelper &&)=delete
 

Static Public Member Functions

static std::shared_ptr< iolink::MetadataNode > parseFeiMetadataXML (const std::string &xmlContent)
 

Detailed Description

Class to help with handling FEI metadata XML.

Member Function Documentation

◆ parseFeiMetadataXML()

static std::shared_ptr< iolink::MetadataNode > ioformat::FeiMetadataHelper::parseFeiMetadataXML ( const std::string &  xmlContent)
static

Parse FEI metadata XML.

Parameters
xmlContentThe XML content to parse.
Returns
The root node of the parsed metadata tree.
Note
The XML content must be valid according to the FEI metadata schema.
Exceptions
Errorif the XML content is not valid according to the FEI metadata schema.

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