24 bool Parse(
const std::string& text);
27 const std::string& tag)
const;
29 const std::string& tag)
const;
32 struct ParserElement {
37 std::vector<ParserElement> element_list_;
std::string GetTagValue(const std::string &tag) const
Returns the tag value.
StringParser(const std::string &expression)
Constructor.
bool ExistTag(const std::string &tag) const
Test if a tag exist.
bool Parse(const std::string &text)
Parses the string.
The string namespace is used for string manipulation functions.
Definition stringparser.h:14