OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "BESXMLWriter.h"
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <BESInternalFatalError.h>
Go to the source code of this file.
Variables | |
const char * | ENCODING = "ISO-8859-1" |
const char * | HAI_NS = "http://xml.opendap.org/ns/bes/admin/1.0#" |
const int | XML_BUF_SIZE = 2000000 |
const char* ENCODING = "ISO-8859-1" |
Definition at line 15 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().
const char* HAI_NS = "http://xml.opendap.org/ns/bes/admin/1.0#" |
Definition at line 17 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().
const int XML_BUF_SIZE = 2000000 |
Definition at line 18 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().