#include <ACEXML/common/AttributesImpl.h>
Public Member Functions | |
ACEXML_Attribute (void) | |
Default constructor. | |
ACEXML_Attribute (const ACEXML_Attribute &attr) | |
Copy constructor. | |
ACEXML_Attribute (const ACEXML_Char *uri, const ACEXML_Char *localName, const ACEXML_Char *qName, const ACEXML_Char *type, const ACEXML_Char *value) | |
Initialize all constructor. | |
~ACEXML_Attribute (void) | |
Destructor. | |
void | setAttribute (const ACEXML_Char *uri, const ACEXML_Char *localName, const ACEXML_Char *qName, const ACEXML_Char *type, const ACEXML_Char *value) |
Set all members. | |
const ACEXML_Char * | uri (void) const |
Get uri_. | |
void | uri (const ACEXML_Char *uri) |
Set uri_. | |
const ACEXML_Char * | localName (void) const |
Get localName_. | |
void | localName (const ACEXML_Char *localName) |
Set localName_. | |
const ACEXML_Char * | qName (void) const |
Get qName_. | |
void | qName (const ACEXML_Char *qName) |
Set qName_. | |
const ACEXML_Char * | type (void) const |
Get type_. | |
void | type (const ACEXML_Char *type) |
Set type_. | |
const ACEXML_Char * | value (void) const |
Get value_. | |
void | value (const ACEXML_Char *value) |
Set value_. | |
ACEXML_Attribute & | operator= (const ACEXML_Attribute &rhs) |
Assignment operator. | |
bool | operator!= (const ACEXML_Attribute &rhs) const |
Comparison operator. | |
Private Attributes | |
ACEXML_Char * | uri_ |
Namespace URI of an attribute. | |
ACEXML_Char * | localName_ |
ACEXML_Char * | qName_ |
ACEXML_Char * | type_ |
ACEXML_Char * | value_ |
Friends | |
class | ACEXML_AttributesImpl |
|
Default constructor.
|
|
Copy constructor.
|
|
Initialize all constructor.
|
|
Destructor.
|
|
Set localName_.
|
|
Get localName_.
|
|
Comparison operator.
|
|
Assignment operator.
|
|
Set qName_.
|
|
Get qName_.
|
|
Set all members.
|
|
Set type_.
|
|
Get type_.
|
|
Set uri_.
|
|
Get uri_.
|
|
Set value_.
|
|
Get value_.
|
|
|
|
|
|
|
|
|
|
Namespace URI of an attribute.
|
|
|