libdap++ Updated for version 3.8.2
|
#include "config.h"
#include <cstdio>
#include <sys/types.h>
#include <unistd.h>
#include <sys/wait.h>
#include <iostream>
#include <sstream>
#include <algorithm>
#include <functional>
#include "GNURegex.h"
#include "DAS.h"
#include "Clause.h"
#include "Error.h"
#include "InternalErr.h"
#include "parser.h"
#include "debug.h"
#include "util.h"
#include "Byte.h"
#include "Int16.h"
#include "UInt16.h"
#include "Int32.h"
#include "UInt32.h"
#include "Float32.h"
#include "Float64.h"
#include "Str.h"
#include "Url.h"
#include "Array.h"
#include "Structure.h"
#include "Sequence.h"
#include "Grid.h"
#include "escaping.h"
Go to the source code of this file.
Namespaces | |
namespace | libdap |
Functions | |
void * | dds_buffer (FILE *fp) |
void | dds_delete_buffer (void *buffer) |
void | dds_switch_to_buffer (void *new_buffer) |
int | ddsparse (void *arg) |
void | ddsrestart (FILE *yyin) |
Variables | |
const string | c_dap20_namespace = "http://xml.opendap.org/ns/DAP2" |
const string | c_dap32_namespace = "http://xml.opendap.org/ns/DAP/3.2#" |
const string | c_default_dap20_schema_location = "http://xml.opendap.org/dap/dap2.xsd" |
const string | c_default_dap32_schema_location = "http://xml.opendap.org/dap/dap3.2.xsd" |
const string | c_xml_namespace = "http://www.w3.org/XML/1998/namespace" |
const string | grddl_transformation_dap32 = "http://xml.opendap.org/transforms/ddxToRdfTriples.xsl" |
void* dds_buffer | ( | FILE * | fp | ) |
Referenced by libdap::DDS::parse().
void dds_delete_buffer | ( | void * | buffer | ) |
Referenced by libdap::DDS::parse().
void dds_switch_to_buffer | ( | void * | new_buffer | ) |
Referenced by libdap::DDS::parse().
int ddsparse | ( | void * | arg | ) |
Referenced by libdap::DDS::parse().
void ddsrestart | ( | FILE * | yyin | ) |
const string c_dap20_namespace = "http://xml.opendap.org/ns/DAP2" |
Definition at line 90 of file DDS.cc.
Referenced by libdap::DDS::print_xml().
const string c_dap32_namespace = "http://xml.opendap.org/ns/DAP/3.2#" |
Definition at line 91 of file DDS.cc.
Referenced by libdap::DDS::print_xml().
const string c_default_dap20_schema_location = "http://xml.opendap.org/dap/dap2.xsd" |
Definition at line 87 of file DDS.cc.
Referenced by libdap::DDS::print_xml().
const string c_default_dap32_schema_location = "http://xml.opendap.org/dap/dap3.2.xsd" |
Definition at line 88 of file DDS.cc.
Referenced by libdap::DDS::print_xml().
const string c_xml_namespace = "http://www.w3.org/XML/1998/namespace" |
Definition at line 95 of file DDS.cc.
Referenced by libdap::DDS::print_xml().
const string grddl_transformation_dap32 = "http://xml.opendap.org/transforms/ddxToRdfTriples.xsl" |
Definition at line 93 of file DDS.cc.
Referenced by libdap::DDS::print_xml().