|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <XMLHelpers.h>

Public Member Functions | |
| void | fromSAX2Namespace (const xmlChar **namespaces) |
| Assuming the pointer is an array of two strings: {prefix, uri}. More... | |
| string | getAsAttributeString () const |
| Get the namespace as attribute string, ie "xmlns:prefix=\"uri"" for serializing. More... | |
| XMLNamespace & | operator= (const XMLNamespace &rhs) |
| XMLNamespace (const string &prefix="", const string &uri="") | |
| XMLNamespace (const XMLNamespace &proto) | |
Public Attributes | |
| string | prefix |
| string | uri |
Definition at line 139 of file XMLHelpers.h.
| ncml_module::XMLNamespace::XMLNamespace | ( | const string & | prefix = "", |
| const string & | uri = "" |
||
| ) |
Definition at line 293 of file XMLHelpers.cc.
| ncml_module::XMLNamespace::XMLNamespace | ( | const XMLNamespace & | proto | ) |
Definition at line 299 of file XMLHelpers.cc.
| void ncml_module::XMLNamespace::fromSAX2Namespace | ( | const xmlChar ** | namespaces | ) |
Assuming the pointer is an array of two strings: {prefix, uri}.
Definition at line 319 of file XMLHelpers.cc.
References prefix, uri, and ncml_module::XMLUtil::xmlCharToString().
Referenced by ncml_module::XMLNamespaceMap::fromSAX2Namespaces().

| string ncml_module::XMLNamespace::getAsAttributeString | ( | ) | const |
Get the namespace as attribute string, ie "xmlns:prefix=\"uri"" for serializing.
Definition at line 327 of file XMLHelpers.cc.
Referenced by ncml_module::XMLNamespaceMap::getAllNamespacesAsAttributeString().
| XMLNamespace & ncml_module::XMLNamespace::operator= | ( | const XMLNamespace & | rhs | ) |
Definition at line 306 of file XMLHelpers.cc.
| string ncml_module::XMLNamespace::prefix |
Definition at line 151 of file XMLHelpers.h.
Referenced by ncml_module::XMLNamespaceMap::addNamespace(), fromSAX2Namespace(), getAsAttributeString(), and operator=().
| string ncml_module::XMLNamespace::uri |
Definition at line 152 of file XMLHelpers.h.
Referenced by fromSAX2Namespace(), getAsAttributeString(), and operator=().