34class __attribute__((deprecated))
XMLTag
XMLTag()
XMLTag constructor.
XMLTag & operator=(const XMLTag &other)
operator =
std::string::size_type content_end
Index of last byte of tag content.
Definition XMLTag.h:104
XMLTag(const XMLTag &other)
XMLTag copy constructor.
std::vector< XMLTag > tag_list
List of XML tags, found in tag content (if any).
Definition XMLTag.h:111
std::string::size_type content_start
Index of first byte of tag content.
Definition XMLTag.h:95
XMLTag & operator=(XMLTag &&other)
operator =
std::string tag_id
Tag name.
Definition XMLTag.h:84
XMLTag(XMLTag &&other)
XMLTag move constructor.
std::string element
Tag start element content.
Definition XMLTag.h:79
bool hasContent() const
Checks if tag has content.