libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <DapXmlNamespaces.h>
Public Member Functions | |
virtual | ~DapXmlNamspaces () |
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 () |
Definition at line 34 of file DapXmlNamespaces.h.
|
inlinevirtual |
Definition at line 37 of file DapXmlNamespaces.h.
|
inlinestatic |
Returns the DAP XML namespace string for the passed DAP version.
Definition at line 81 of file DapXmlNamespaces.h.
|
inlinestatic |
Returns the GRDDL transformation URL for the passed DAP version.
Definition at line 52 of file DapXmlNamespaces.h.
|
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 132 of file DapXmlNamespaces.h.
|
inlinestatic |
Returns the schema location URI string for the passed DAP version.
Definition at line 106 of file DapXmlNamespaces.h.
|
inlinestatic |
Returns the XML namespace string.
Definition at line 47 of file DapXmlNamespaces.h.
|
inlinestatic |
Returns the XML Schema-instance namespace string.
Definition at line 42 of file DapXmlNamespaces.h.