libdap++  Updated for version 3.8.2
libdap::DDXParser::XMLAttribute Class Reference
Collaboration diagram for libdap::DDXParser::XMLAttribute:

List of all members.

Public Member Functions

void clone (const XMLAttribute &src)
XMLAttributeoperator= (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

Constructor & Destructor Documentation

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.

References prefix, nsURI, and value.

libdap::DDXParser::XMLAttribute::XMLAttribute ( const XMLAttribute rhs) [inline]

Definition at line 165 of file DDXParserSAX2.h.

References clone().

Here is the call graph for this function:


Member Function Documentation

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

Here is the call graph for this function:


Member Data Documentation

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


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