#include "config.h"
#include <climits>
#include <cmath>
#include <cstdio>
#include <sys/wait.h>
#include <unistd.h>
#include <algorithm>
#include <functional>
#include <iostream>
#include <memory>
#include <sstream>
#include "Array.h"
#include "Byte.h"
#include "Float32.h"
#include "Float64.h"
#include "Grid.h"
#include "Int16.h"
#include "Int32.h"
#include "Sequence.h"
#include "Str.h"
#include "Structure.h"
#include "UInt16.h"
#include "UInt32.h"
#include "Url.h"
#include "Clause.h"
#include "DAS.h"
#include "DapIndent.h"
#include "Error.h"
#include "InternalErr.h"
#include "debug.h"
#include "escaping.h"
#include "parser.h"
#include "util.h"
Go to the source code of this file.
|
namespace | libdap |
| top level DAP object to house generic methods
|
|
◆ dds_buffer()
void * dds_buffer |
( |
FILE * | fp | ) |
|
◆ dds_delete_buffer()
void dds_delete_buffer |
( |
void * | buffer | ) |
|
◆ dds_switch_to_buffer()
void dds_switch_to_buffer |
( |
void * | new_buffer | ) |
|
◆ ddsparse()
◆ c_dap20_namespace
const string c_dap20_namespace = "http://xml.opendap.org/ns/DAP2" |
◆ c_dap32_namespace
const string c_dap32_namespace = "http://xml.opendap.org/ns/DAP/3.2#" |
◆ c_dap40_namespace
const string c_dap40_namespace = "http://xml.opendap.org/ns/DAP/4.0#" |
◆ c_dap_20_n_sl
◆ c_dap_32_n_sl
◆ c_dap_40_n_sl
◆ c_default_dap20_schema_location
const string c_default_dap20_schema_location = "http://xml.opendap.org/dap/dap2.xsd" |
◆ c_default_dap32_schema_location
const string c_default_dap32_schema_location = "http://xml.opendap.org/dap/dap3.2.xsd" |
◆ c_default_dap40_schema_location
const string c_default_dap40_schema_location = "http://xml.opendap.org/dap/dap4.0.xsd" |
◆ c_xml_namespace
const string c_xml_namespace = "http://www.w3.org/XML/1998/namespace" |
◆ c_xml_xsi
const string c_xml_xsi = "http://www.w3.org/2001/XMLSchema-instance" |
DapXmlNamespaces
- Todo
- Replace all usages of the following variable with calls to DapXmlNamespaces
Definition at line 84 of file DDS.cc.
◆ grddl_transformation_dap32
const string grddl_transformation_dap32 = "http://xml.opendap.org/transforms/ddxToRdfTriples.xsl" |
◆ TOP_LEVEL_ATTRS_CONTAINER_NAME
const string TOP_LEVEL_ATTRS_CONTAINER_NAME = "DAP4_GLOBAL" |
Name given to a container for orphaned top-level attributes. These can show up when a DAS is built from a DMR because DAP4 supports attributes at the top level that are not in any container.
Definition at line 104 of file DDS.cc.