#include <cassert>#include "common_types.h"#include "XMLEntity.h"#include <iostream>Include dependency graph for XMLEntity.cc:

Go to the source code of this file.
Functions | |
| static string | encode_entity (const string &s) |
| static string | close_tag (const string &s) |
| static string | decode_entity (const string &s, std::size_t &pos) |
| static void | trim (string &s) |
| static string close_tag | ( | const string & | s | ) | [static] |
| static string decode_entity | ( | const string & | s, | |
| std::size_t & | pos | |||
| ) | [static] |
Definition at line 268 of file XMLEntity.cc.
| static string encode_entity | ( | const string & | s | ) | [static] |
| static void trim | ( | string & | s | ) | [static] |
Definition at line 301 of file XMLEntity.cc.
1.5.1