OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
get_xml_data.cc File Reference
#include <stdio.h>
#include <iostream>
#include <DataDDS.h>
#include <BESDebug.h>
#include "get_xml_data.h"
#include "XDOutput.h"
#include "XDByte.h"
#include "XDInt16.h"
#include "XDUInt16.h"
#include "XDInt32.h"
#include "XDUInt32.h"
#include "XDFloat32.h"
#include "XDFloat64.h"
#include "XDStr.h"
#include "XDUrl.h"
#include "XDArray.h"
#include "XDStructure.h"
#include "XDSequence.h"
#include "XDGrid.h"
Include dependency graph for get_xml_data.cc:

Go to the source code of this file.

Namespaces

 xml_data
 

Functions

BaseType * xml_data::basetype_to_xd (BaseType *bt)
 
DataDDS * xml_data::datadds_to_xd_datadds (DataDDS *dds)
 
void xml_data::get_data_values_as_xml (DataDDS *dds, XMLWriter *writer)
 Using the XDOutput::print_ascii(), write the data values to an output file/stream as ASCII. More...
 

Variables

const char * DAP_SCHEMA = "http://xml.opendap.org/ns/dap/3.3#"
 

Variable Documentation

const char* DAP_SCHEMA = "http://xml.opendap.org/ns/dap/3.3#"

Definition at line 56 of file get_xml_data.cc.

Referenced by xml_data::get_data_values_as_xml().