Documentation for OpenFLUID 2.2.0
XML.hpp File Reference

Detailed Description

#include <string>
#include <openfluid/thirdparty/tinyxml2-9.0.0/tinyxml2.h>
Include dependency graph for XML.hpp:

Go to the source code of this file.

Namespaces

 openfluid
 
 openfluid::thirdparty
 

Functions

std::string openfluid::thirdparty::getXMLAttribute (const xml::XMLElement *const Elt, const std::string &AttrName, const std::string &DefaultValue="")
 
std::string openfluid::thirdparty::getXMLText (const xml::XMLElement *const Elt, const std::string &DefaultValue="")
 
std::string openfluid::thirdparty::getOpenFLUIDXMLFormat (const xml::XMLElement *const Elt)
 
openfluid::thirdparty::xml::XMLElement * openfluid::thirdparty::prepareOpenFLUIDXMLDoc (xml::XMLDocument &Doc, const std::string &FormatVersion)