libdap++
Updated for version 3.13.1
|
#include <XMLWriter.h>
Public Member Functions | |
const char * | get_doc () |
unsigned int | get_doc_size () |
xmlTextWriterPtr | get_writer () |
XMLWriter (const std::string &pad=" ") | |
virtual | ~XMLWriter () |
Definition at line 44 of file XMLWriter.h.
XMLWriter::XMLWriter | ( | const std::string & | pad = " " | ) |
Definition at line 45 of file XMLWriter.cc.
References ENCODING, and XML_BUF_SIZE.
|
virtual |
Definition at line 83 of file XMLWriter.cc.
const char * XMLWriter::get_doc | ( | ) |
Definition at line 105 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 129 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 60 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().