25#ifndef DAPXMLNAMSPACES_H_
26#define DAPXMLNAMSPACES_H_
47 static std::string
getXmlNamespace() {
return "http://www.w3.org/XML/1998/namespace"; }
58 "DapXmlNamspaces::getDapXmlNamespaceString() - GRDDL Transformation undefined for DAP 2.0");
62 return "http://xml.opendap.org/transforms/ddxToRdfTriples.xsl";
68 "DapXmlNamspaces::getDapXmlNamespaceString() - GRDDL Transformation undefined for DAP 4.0");
73 "DapXmlNamspaces::getDapXmlNamespaceString() - Unrecognized namespace version.");
85 return "http://xml.opendap.org/ns/DAP2";
89 return "http://xml.opendap.org/ns/DAP/3.2#";
93 return "http://xml.opendap.org/ns/DAP/4.0#";
98 "DapXmlNamspaces::getDapXmlNamespaceString() - Unrecognized namespace version.");
110 return "http://xml.opendap.org/dap/dap2.xsd";
114 return "http://xml.opendap.org/dap/dap3.2.xsd";
118 return "http://xml.opendap.org/dap/dap4.0.xsd";
123 "DapXmlNamspaces::getSchemaLocationString() - Unrecognized namespace version.");
virtual ~DapXmlNamspaces()
static std::string getGrddlTransformation(DAPVersion version)
static std::string getDapNamespaceString(DAPVersion version)
static std::string getSchemaLocationDeclarationString(DAPVersion version)
static std::string getSchemaLocationString(DAPVersion version)
static std::string getXmlNamespace()
static std::string getXmlXsiNamespace()
A class for software fault reporting.
top level DAP object to house generic methods