|
libdap++
Updated for version 3.12.0
|
#include <XMLWriter.h>

Public Member Functions | |
| const char * | get_doc () |
| unsigned int | get_doc_size () |
| xmlTextWriterPtr | get_writer () |
| XMLWriter (const string &pad=" ") | |
| virtual | ~XMLWriter () |
Definition at line 42 of file XMLWriter.h.
| XMLWriter::XMLWriter | ( | const string & | pad = " ") |
Definition at line 43 of file XMLWriter.cc.
References ENCODING, and XML_BUF_SIZE.
|
virtual |
Definition at line 81 of file XMLWriter.cc.
| const char * XMLWriter::get_doc | ( | ) |
Definition at line 103 of file XMLWriter.cc.
Referenced by libdap::Array::print_as_map_xml(), libdap::DDS::print_dmr(), libdap::Constructor::print_xml(), libdap::Grid::print_xml(), libdap::Array::print_xml(), libdap::AttrTable::print_xml(), libdap::BaseType::print_xml(), libdap::Array::print_xml_core(), and libdap::DDS::print_xml_writer().
| unsigned int XMLWriter::get_doc_size | ( | ) |
Definition at line 127 of file XMLWriter.cc.
Referenced by libdap::Array::print_as_map_xml(), libdap::Constructor::print_xml(), libdap::Grid::print_xml(), libdap::Array::print_xml(), libdap::AttrTable::print_xml(), libdap::BaseType::print_xml(), and libdap::Array::print_xml_core().
|
inline |
Definition at line 58 of file XMLWriter.h.
Referenced by libdap::DDS::print_dmr(), libdap::D4Group::print_xml_writer(), libdap::D4EnumDef::print_xml_writer(), libdap::Constructor::print_xml_writer(), libdap::Grid::print_xml_writer(), libdap::AttrTable::print_xml_writer(), libdap::DDS::print_xml_writer(), libdap::BaseType::print_xml_writer(), and libdap::Array::print_xml_writer_core().