A library for working with phylogenetic and population genetic data.
v0.27.0
xml/document.cpp File Reference

Detailed Description

Implementation of XML document functions.

Definition in file xml/document.cpp.

#include "genesis/utils/formats/xml/document.hpp"
#include <stdexcept>

Go to the source code of this file.

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Functions

const XmlComment * xml_value_to_comment (const XmlValue *v)
 Converts a pointer to an XmlValue to XmlComment if appropriate. More...
 
const XmlElement * xml_value_to_element (const XmlValue *v)
 Converts a pointer to an XmlValue to XmlElement if appropriate. More...
 
const XmlMarkup * xml_value_to_markup (const XmlValue *v)
 Converts a pointer to an XmlValue to XmlMarkup if appropriate. More...