59 typedef std::pair<std::string, std::string>
Attribute;
std::string value
Returns the value of the token.
Definition: xml_token.h:71
std::vector< Attribute > attributes
All the attributes attached to the token.
Definition: xml_token.h:74
XmlTokenVariant
Definition: xml_token.h:47
XmlTokenVariant variant
The token variant.
Definition: xml_token.h:65
XML token in a XML file.
Definition: xml_token.h:55
std::pair< std::string, std::string > Attribute
Attribute name/value pair.
Definition: xml_token.h:59
XmlTokenType
Definition: xml_token.h:36
std::string name
The name of the token.
Definition: xml_token.h:68
XmlTokenType type
The token type.
Definition: xml_token.h:62
Definition: Application/application.h:35