libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <XMLWriter.h>
Public Member Functions | |
const char * | get_doc () |
unsigned int | get_doc_size () |
xmlTextWriterPtr | get_writer () const |
XMLWriter (const std::string &pad=" ", const std::string &ENCODING="ISO-8859-1") | |
virtual | ~XMLWriter () |
Definition at line 39 of file XMLWriter.h.
XMLWriter::XMLWriter | ( | const std::string & | pad = " ", |
const std::string & | ENCODING = "ISO-8859-1" ) |
Definition at line 46 of file XMLWriter.cc.
|
virtual |
Definition at line 84 of file XMLWriter.cc.
const char * XMLWriter::get_doc | ( | ) |
Definition at line 104 of file XMLWriter.cc.
unsigned int XMLWriter::get_doc_size | ( | ) |
Definition at line 123 of file XMLWriter.cc.
|
inline |
Definition at line 55 of file XMLWriter.h.