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:101
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:108
std::string::size_type content_start
Index of first byte of tag content.
Definition XMLTag.h:92
XMLTag & operator=(XMLTag &&other)
operator =
std::string tag_id
Tag name.
Definition XMLTag.h:81
XMLTag(XMLTag &&other)
XMLTag move constructor.
std::string element
Tag start element content.
Definition XMLTag.h:76
bool hasContent() const
Checks if tag has content.