15#ifndef DD_DATA_MODEL_XML_H_INCLUDED
16#define DD_DATA_MODEL_XML_H_INCLUDED
89 const std::string& xml_filepath,
DDL Version.
Definition dd_common_types.h:203
DataDefinition Datamodel This datamodel is observable for any change of:
Definition datamodel_datadefinition.h:64
SortingOrder
Flags for functions that need to sort elements.
Definition enums.h:23
definition of the datamodel namespace
Definition datamodel_base.h:28
DataDefinition fromXMLFile(const std::string &xml_filepath, bool strict=false)
creates a datamodel from a xml file
std::string toXMLString(const DataDefinition &dd)
creates a XML from the DD datamodel.
DataDefinition fromXMLString(const std::string &xml_string, const dd::Version &ddl_language_version={}, bool strict=false)
creates a datamodel from a xml string
void toXMLFile(const DataDefinition &dd, const std::string &xml_filepath)
creates a XML file from the given DD datamodel.
definition of the dd namespace
Definition datamodel_base.h:26
definition of the ddl namespace
Definition codec.h:21