libdap++
Updated for version 3.14.0
|
#include <DapXmlNamespaces.h>
Public Member Functions | |
DapXmlNamspaces () | |
string | getDapNamespaceString (DAPVersion version) |
string | getGrddlTransformation (DAPVersion version) |
string | getSchemaLocationDeclarationString (DAPVersion version) |
string | getSchemaLocationString (DAPVersion version) |
string | getXmlNamespace () |
string | getXmlXsiNamespace () |
virtual | ~DapXmlNamspaces () |
Definition at line 16 of file DapXmlNamespaces.h.
|
inline |
Definition at line 35 of file DapXmlNamespaces.h.
|
inlinevirtual |
Definition at line 50 of file DapXmlNamespaces.h.
|
inline |
Returns the DAP XML namespace string for the passed DAP version.
Definition at line 95 of file DapXmlNamespaces.h.
References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.
Referenced by libdap::D4AsyncUtil::writeD4AsyncAccepted(), libdap::D4AsyncUtil::writeD4AsyncPending(), libdap::D4AsyncUtil::writeD4AsyncRequired(), libdap::D4AsyncUtil::writeD4AsyncResponseGone(), and libdap::D4AsyncUtil::writeD4AsyncResponseRejected().
|
inline |
Returns the GRDDL transformation URL for the passed DAP version.
Definition at line 69 of file DapXmlNamespaces.h.
References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.
|
inline |
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 146 of file DapXmlNamespaces.h.
References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.
|
inline |
Returns the schema location URI string for the passed DAP version.
Definition at line 119 of file DapXmlNamespaces.h.
References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.
|
inline |
Returns the XML namespace string.
Definition at line 62 of file DapXmlNamespaces.h.
|
inline |
Returns the XML Schema-instance namespace string.
Definition at line 55 of file DapXmlNamespaces.h.