libdap++  Updated for version 3.14.0
libdap::DapXmlNamspaces Class Reference

#include <DapXmlNamespaces.h>

Collaboration diagram for libdap::DapXmlNamspaces:
Collaboration graph

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 ()
 

Detailed Description

Definition at line 16 of file DapXmlNamespaces.h.

Constructor & Destructor Documentation

libdap::DapXmlNamspaces::DapXmlNamspaces ( )
inline

Definition at line 35 of file DapXmlNamespaces.h.

virtual libdap::DapXmlNamspaces::~DapXmlNamspaces ( )
inlinevirtual

Definition at line 50 of file DapXmlNamespaces.h.

Member Function Documentation

string libdap::DapXmlNamspaces::getDapNamespaceString ( DAPVersion  version)
inline
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.

References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.

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.

References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.

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.

References libdap::DAP_2_0, libdap::DAP_3_2, and libdap::DAP_4_0.

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.


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