#include <serializer.h>
Inheritance diagram for aka2::serializer:
Public Methods | |
void | using_prefix (const std::string &prefix) |
void | using_uri (const std::string &uri) |
void | default_ns_prefix (const std::string &prefix) |
void | default_ns_uri (const std::string &uri) |
void | serialize (const document &doc, std::ostream &ostm) |
template<class R> void | serialize (const R &root, const std::string &name, std::ostream &ostm) |
Protected Attributes | |
shared_ptr< formatter_base > | formatter_ |
Definition at line 32 of file serializer.h.
|
Specify default namespace prefix.
|
|
Specify default namespace URI.
|
|
Serialize given root instance to std::ostream.
Definition at line 77 of file serializer.h. |
|
Serialize document instance.
|
|
Declare namespace prefix for namespace declared at the root node.
|
|
Declare namespace URI for namespace declared at the root node.
|
|
Text formatting object for encoding-translation. Definition at line 114 of file serializer.h. |