#include "xml.h"#include <string.h>#include <sstream>

Functions | |
| static void | outIndent (std::ostream &s, size_t cnt) |
| static void | outString (std::ostream &stream, const std::string &text) |
| static int | parseInt (std::string s, int radix) |
Variables | |
| static const int | RESIZE_BUFFER = 16 |
| static void outIndent | ( | std::ostream & | s, | |
| size_t | cnt | |||
| ) | [static] |
Referenced by xmlWriter_c::endTag(), and xmlWriter_c::newTag().
| static void outString | ( | std::ostream & | stream, | |
| const std::string & | text | |||
| ) | [static] |
Referenced by xmlWriter_c::addContent(), and xmlWriter_c::newAttrib().
| static int parseInt | ( | std::string | s, | |
| int | radix | |||
| ) | [static] |
Referenced by xmlParser_c::pushEntity().
const int RESIZE_BUFFER = 16 [static] |
Referenced by xmlParser_c::parseStartTag().
1.5.8