bes
Updated for version 3.20.6
|
Public Member Functions | |
void | fromSAX2Namespace (const xmlChar **namespaces) |
std::string | getAsAttributeString () const |
XMLNamespace & | operator= (const XMLNamespace &rhs) |
XMLNamespace (const std::string &prefix="", const std::string &uri="") | |
XMLNamespace (const XMLNamespace &proto) | |
Public Attributes | |
std::string | prefix |
std::string | uri |
Definition at line 135 of file XMLHelpers.h.
void ncml_module::XMLNamespace::fromSAX2Namespace | ( | const xmlChar ** | namespaces | ) |
Assuming the pointer is an array of two strings: {prefix, uri}
Definition at line 274 of file XMLHelpers.cc.
string ncml_module::XMLNamespace::getAsAttributeString | ( | ) | const |
Get the namespace as attribute string, ie "xmlns:prefix=\"uri"" for serializing
Definition at line 281 of file XMLHelpers.cc.