ADTF  3.18.3
xml_datamodel.h File Reference

OO DataDefinition Redesign. More...

Go to the source code of this file.

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::dd
 definition of the dd namespace
 
 ddl::dd::datamodel
 definition of the datamodel namespace
 

Functions

DataDefinition fromXMLString (const std::string &xml_string, const dd::Version &ddl_language_version={}, bool strict=false)
 creates a datamodel from a xml string More...
 
std::string toXMLString (const DataDefinition &dd)
 creates a XML from the DD datamodel. More...
 
DataDefinition fromXMLFile (const std::string &xml_filepath, bool strict=false)
 creates a datamodel from a xml file More...
 
void toXMLFile (const DataDefinition &dd, const std::string &xml_filepath)
 creates a XML file from the given DD datamodel. More...
 
void toXMLFile (const DataDefinition &dd, const std::string &xml_filepath, a_util::SortingOrder order)
 creates a XML file from the given DD datamodel. More...
 

Detailed Description

OO DataDefinition Redesign.

Definition in file xml_datamodel.h.