xml_output.cpp File Reference
utility routines for writing XML
More...
#include <sstream>
#include <iostream>
#include "op_xml_out.h"
#include "xml_output.h"
Detailed Description
utility routines for writing XML
- Author:
- Dave Nomura
Define Documentation
| #define MAX_XML_BUF 16384 |
Function Documentation
| string close_element |
( |
tag_t |
tag, |
|
|
bool |
has_nested | |
|
) |
| | |
| string init_attr |
( |
tag_t |
attr, |
|
|
string const & |
str | |
|
) |
| | |
| string init_attr |
( |
tag_t |
attr, |
|
|
double |
value | |
|
) |
| | |
| string init_attr |
( |
tag_t |
attr, |
|
|
size_t |
value | |
|
) |
| | |
| string open_element |
( |
tag_t |
tag, |
|
|
bool |
with_attrs | |
|
) |
| | |
| string tag_name |
( |
tag_t |
tag |
) |
|