libdap++
Updated for version 3.8.2
|
Public Member Functions | |
void | clone (const XMLAttribute &src) |
XMLAttribute & | operator= (const XMLAttribute &rhs) |
XMLAttribute () | |
XMLAttribute (const string &p, const string &ns, const string &v) | |
XMLAttribute (const xmlChar **attributes) | |
XMLAttribute (const XMLAttribute &rhs) | |
Public Attributes | |
string | nsURI |
string | prefix |
string | value |
libdap::DDXParser::XMLAttribute::XMLAttribute | ( | ) | [inline] |
Definition at line 155 of file DDXParserSAX2.h.
libdap::DDXParser::XMLAttribute::XMLAttribute | ( | const string & | p, |
const string & | ns, | ||
const string & | v | ||
) | [inline] |
Definition at line 156 of file DDXParserSAX2.h.
libdap::DDXParser::XMLAttribute::XMLAttribute | ( | const xmlChar ** | attributes | ) | [inline] |
Definition at line 160 of file DDXParserSAX2.h.
libdap::DDXParser::XMLAttribute::XMLAttribute | ( | const XMLAttribute & | rhs | ) | [inline] |
Definition at line 165 of file DDXParserSAX2.h.
References clone().
void libdap::DDXParser::XMLAttribute::clone | ( | const XMLAttribute & | src | ) | [inline] |
Definition at line 149 of file DDXParserSAX2.h.
References prefix, nsURI, and value.
Referenced by XMLAttribute(), and operator=().
XMLAttribute& libdap::DDXParser::XMLAttribute::operator= | ( | const XMLAttribute & | rhs | ) | [inline] |
Definition at line 168 of file DDXParserSAX2.h.
References clone().
Definition at line 146 of file DDXParserSAX2.h.
Referenced by clone(), and XMLAttribute().
Definition at line 145 of file DDXParserSAX2.h.
Referenced by clone(), and XMLAttribute().
Definition at line 147 of file DDXParserSAX2.h.
Referenced by clone(), and XMLAttribute().