A structure to hold unrecognized single-level metadata. More...
#include <Metadata.h>
Public Member Functions | |
GenericMetadata ()=default | |
GenericMetadata (const std::string &contents) | |
GenericMetadata (const XERCES_CPP_NAMESPACE::DOMElement *e) | |
Public Attributes | |
std::map< std::string, std::string > | attributes |
std::string | contents |
A structure to hold unrecognized single-level metadata.
Most unrecognized metadata is simple: when parsing the XML, if the parser finds a tag it does not recognize, and that tag has no children, it is parsed into this data structure for convenient access by client code.
|
default |
|
explicit |
References StrXUTF8::str.
|
explicit |
std::map<std::string, std::string> App::Meta::GenericMetadata::attributes |
std::string App::Meta::GenericMetadata::contents |