xml_output.h File Reference
utility routines for writing XML
More...
#include "op_xml_out.h"
Go to the source code of this file.
Detailed Description
utility routines for writing XML
- Author:
- Dave Nomura
Function Documentation
| std::string close_element |
( |
tag_t |
tag = NONE, |
|
|
bool |
has_nested = false | |
|
) |
| | |
| std::string init_attr |
( |
tag_t |
attr, |
|
|
std::string const & |
str | |
|
) |
| | |
| std::string init_attr |
( |
tag_t |
attr, |
|
|
double |
value | |
|
) |
| | |
| std::string init_attr |
( |
tag_t |
attr, |
|
|
size_t |
value | |
|
) |
| | |
| std::string open_element |
( |
tag_t |
tag, |
|
|
bool |
with_attrs = false | |
|
) |
| | |
| std::string tag_name |
( |
tag_t |
tag |
) |
|