Represents SGML tags.
More...
#include <Token.h>
List of all members.
Public Member Functions |
| Tag (const std::string &xmlTag) |
std::string & | operator[] (const std::string &key) |
const std::string | open () const |
const std::string | close () const |
| Tag (const std::string &xmlTag) |
std::string & | operator[] (const std::string &key) |
const std::string | open () const |
const std::string | close () const |
Public Attributes |
std::string | name |
std::map< std::string,
std::string > | attributes |
Detailed Description
Represents SGML tags.
The documentation for this struct was generated from the following files: