libdap
Updated for version 3.17.0
|
Public Member Functions | |
string | getDapNamespaceString (DAPVersion version) |
string | getGrddlTransformation (DAPVersion version) |
string | getSchemaLocationDeclarationString (DAPVersion version) |
string | getSchemaLocationString (DAPVersion version) |
string | getXmlNamespace () |
string | getXmlXsiNamespace () |
Definition at line 16 of file DapXmlNamespaces.h.
string libdap::DapXmlNamspaces::getDapNamespaceString | ( | DAPVersion | version | ) | [inline] |
Returns the DAP XML namespace string for the passed DAP version.
Definition at line 95 of file DapXmlNamespaces.h.
string libdap::DapXmlNamspaces::getGrddlTransformation | ( | DAPVersion | version | ) | [inline] |
Returns the GRDDL transformation URL for the passed DAP version.
Definition at line 69 of file DapXmlNamespaces.h.
string libdap::DapXmlNamspaces::getSchemaLocationDeclarationString | ( | DAPVersion | version | ) | [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.
string libdap::DapXmlNamspaces::getSchemaLocationString | ( | DAPVersion | version | ) | [inline] |
Returns the schema location URI string for the passed DAP version.
Definition at line 119 of file DapXmlNamespaces.h.
string libdap::DapXmlNamspaces::getXmlNamespace | ( | ) | [inline] |
Returns the XML namespace string.
Definition at line 62 of file DapXmlNamespaces.h.
string libdap::DapXmlNamspaces::getXmlXsiNamespace | ( | ) | [inline] |
Returns the XML Schema-instance namespace string.
Definition at line 55 of file DapXmlNamespaces.h.