#include <xml_writer.h>
Public Member Functions | |
| CL_XMLWriter () | |
| Construction:. | |
| CL_XMLWriter (const CL_XMLWriter ©) | |
| CL_XMLWriter (CL_IODevice *output, bool delete_output=false) | |
| virtual | ~CL_XMLWriter () |
| bool | get_insert_whitespace () const |
| Attributes:. | |
| void | set_insert_whitespace (bool enable) |
| void | write (const CL_XMLTokenSave &token) |
| Operations:. | |
Private Attributes | |
| CL_SharedPtr< CL_XMLWriter_Generic > | impl |
| Implementation:. | |
Definition at line 48 of file xml_writer.h.
|
|
Construction:.
Definition at line 41 of file xml_writer.cpp. |
|
|
Definition at line 45 of file xml_writer.cpp. |
|
||||||||||||
|
Definition at line 49 of file xml_writer.cpp. References impl. |
|
|
Definition at line 55 of file xml_writer.cpp. |
|
|
Attributes:.
Definition at line 62 of file xml_writer.cpp. References impl. |
|
|
Definition at line 67 of file xml_writer.cpp. References impl. |
|
|
Operations:.
Definition at line 75 of file xml_writer.cpp. References cl_format(), impl, and insert_escapes_fast(). |
|
|
Implementation:.
Definition at line 75 of file xml_writer.h. Referenced by CL_XMLWriter(), get_insert_whitespace(), set_insert_whitespace(), and write(). |
1.4.1