libdap++
Updated for version 3.13.3
|
#include "config.h"
#include "XMLWriter.h"
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <InternalErr.h>
Go to the source code of this file.
Variables | |
const char * | ENCODING = "ISO-8859-1" |
const int | XML_BUF_SIZE = 2000000 |
const char* ENCODING = "ISO-8859-1" |
Definition at line 40 of file XMLWriter.cc.
Referenced by libdap::XMLWriter::XMLWriter().
const int XML_BUF_SIZE = 2000000 |
Definition at line 41 of file XMLWriter.cc.
Referenced by libdap::XMLWriter::XMLWriter().