Implementation of XML document functions.
Definition in file xml/document.cpp.
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... | |