libdap  Updated for version 3.20.6
libdap4 is an implementation of OPeNDAP's DAP protocol.
libdap::DapXmlNamspaces Class Reference

Static Public Member Functions

static std::string getDapNamespaceString (DAPVersion version)
 
static std::string getGrddlTransformation (DAPVersion version)
 
static std::string getSchemaLocationDeclarationString (DAPVersion version)
 
static std::string getSchemaLocationString (DAPVersion version)
 
static std::string getXmlNamespace ()
 
static std::string getXmlXsiNamespace ()
 

Detailed Description

Definition at line 34 of file DapXmlNamespaces.h.

Member Function Documentation

◆ getDapNamespaceString()

static std::string libdap::DapXmlNamspaces::getDapNamespaceString ( DAPVersion  version)
inlinestatic

Returns the DAP XML namespace string for the passed DAP version.

Definition at line 84 of file DapXmlNamespaces.h.

◆ getGrddlTransformation()

static std::string libdap::DapXmlNamspaces::getGrddlTransformation ( DAPVersion  version)
inlinestatic

Returns the GRDDL transformation URL for the passed DAP version.

Definition at line 57 of file DapXmlNamespaces.h.

◆ getSchemaLocationDeclarationString()

static std::string libdap::DapXmlNamspaces::getSchemaLocationDeclarationString ( DAPVersion  version)
inlinestatic

Returns the schema location declaration (the namespace string followed by a space followed by the schema location string) for the passed DAP version.

Definition at line 135 of file DapXmlNamespaces.h.

◆ getSchemaLocationString()

static std::string libdap::DapXmlNamspaces::getSchemaLocationString ( DAPVersion  version)
inlinestatic

Returns the schema location URI string for the passed DAP version.

Definition at line 108 of file DapXmlNamespaces.h.

◆ getXmlNamespace()

static std::string libdap::DapXmlNamspaces::getXmlNamespace ( )
inlinestatic

Returns the XML namespace string.

Definition at line 50 of file DapXmlNamespaces.h.

◆ getXmlXsiNamespace()

static std::string libdap::DapXmlNamspaces::getXmlXsiNamespace ( )
inlinestatic

Returns the XML Schema-instance namespace string.

Definition at line 43 of file DapXmlNamespaces.h.


The documentation for this class was generated from the following file: