#include <genesis/utils/formats/xml/document.hpp>
Inherits XmlValue.
Definition at line 133 of file xml/document.hpp.
Public Member Functions | |
XmlMarkup () | |
XmlMarkup (const std::string &content) | |
Public Member Functions inherited from XmlValue | |
virtual | ~XmlValue () |
bool | is_comment () |
bool | is_element () |
bool | is_markup () |
Type | type () const |
std::string | type_to_string () const |
Public Attributes | |
std::string | content |
Additional Inherited Members | |
Static Public Member Functions inherited from XmlValue | |
static std::string | type_to_string (const Type t) |
Public Types inherited from XmlValue | |
enum | Type { kComment, kMarkup, kElement } |
Protected Member Functions inherited from XmlValue | |
XmlValue (const Type type) | |
Protected constructor that allows derived classes to set their value type. More... | |
Protected Attributes inherited from XmlValue | |
const Type | type_ |
Stores the type of an object. Set by the constructor. More... | |
|
inline |
Definition at line 136 of file xml/document.hpp.
|
inline |
Definition at line 137 of file xml/document.hpp.
std::string content |
Definition at line 139 of file xml/document.hpp.