|
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 34 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().
| const char* HAI_NS = "http://xml.opendap.org/ns/bes/admin/1.0#" |
Definition at line 36 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().
| const int XML_BUF_SIZE = 2000000 |
Definition at line 37 of file BESXMLWriter.cc.
Referenced by BESXMLWriter::BESXMLWriter().