libdap++
Updated for version 3.14.0
|
#include "config.h"
#include <unistd.h>
#include <sys/wait.h>
#include <cassert>
#include <iostream>
#include <sstream>
#include "D4Group.h"
#include "BaseType.h"
#include "Array.h"
#include "DMR.h"
#include "XMLWriter.h"
#include "D4BaseTypeFactory.h"
#include "D4Attributes.h"
#include "DDS.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
libdap | |
Variables | |
const string | c_dap40_namespace = "http://xml.opendap.org/ns/DAP/4.0#" |
const string | c_dap_40_n_sl = c_dap40_namespace + " " + c_default_dap40_schema_location |
const string | c_default_dap40_schema_location = "http://xml.opendap.org/dap/dap4.0.xsd" |
const string | c_xml_namespace = "http://www.w3.org/XML/1998/namespace" |
const string | c_xml_xsi = "http://www.w3.org/2001/XMLSchema-instance" |
const string c_dap40_namespace = "http://xml.opendap.org/ns/DAP/4.0#" |
Definition at line 67 of file DMR.cc.
Referenced by libdap::DMR::set_dap_version().
const string c_dap_40_n_sl = c_dap40_namespace + " " + c_default_dap40_schema_location |
Definition at line 69 of file DMR.cc.
Referenced by libdap::DMR::print_dap4().
const string c_default_dap40_schema_location = "http://xml.opendap.org/dap/dap4.0.xsd" |
const string c_xml_namespace = "http://www.w3.org/XML/1998/namespace" |
Definition at line 63 of file DMR.cc.
Referenced by libdap::DMR::print_dap4().
const string c_xml_xsi = "http://www.w3.org/2001/XMLSchema-instance" |
DapXmlNamespaces
TODO Replace all uses of the following variable with calls to DapXmlNamespaces
Definition at line 62 of file DMR.cc.
Referenced by libdap::DMR::print_dap4().