#include "ACEXML/common/AttributesImpl.h"
Public Methods | |
ACEXML_Attribute (void) | |
Default constructor. More... | |
ACEXML_Attribute (const ACEXML_Attribute &attr) | |
Copy constructor. More... | |
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. More... | |
~ACEXML_Attribute (void) | |
Destructor. More... | |
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. More... | |
const ACEXML_Char * | uri (void) const |
Set uri_. More... | |
void | uri (const ACEXML_Char *uri) |
Get uri_. More... | |
const ACEXML_Char * | localName (void) const |
Set localName_. More... | |
void | localName (const ACEXML_Char *localName) |
Get localName_. More... | |
const ACEXML_Char * | qName (void) const |
Set qName_. More... | |
void | qName (const ACEXML_Char *qName) |
Get qName_. More... | |
const ACEXML_Char * | type (void) const |
Set type_. More... | |
void | type (const ACEXML_Char *type) |
Get type_. More... | |
const ACEXML_Char * | value (void) const |
Set value_. More... | |
void | value (const ACEXML_Char *value) |
Get value_. More... | |
ACEXML_Attribute & | operator= (const ACEXML_Attribute &rhs) |
Assignment operator. More... | |
int | operator!= (const ACEXML_Attribute &rhs) const |
Comparison operator. More... | |
Private Attributes | |
ACEXML_Char * | uri_ |
@var uri_ Namespace URI of an attribute. More... | |
ACEXML_Char * | localName_ |
@var localName_. More... | |
ACEXML_Char * | qName_ |
ACEXML_Char * | type_ |
ACEXML_Char * | value_ |
Friends | |
class | ACEXML_AttributesImpl |
|
Default constructor.
|
|
Copy constructor.
|
|
Initialize all constructor.
|
|
Destructor.
|
|
Get localName_.
|
|
Set localName_.
|
|
Comparison operator.
|
|
Assignment operator.
|
|
Get qName_.
|
|
Set qName_.
|
|
Set all members.
|
|
Get type_.
|
|
Set type_.
|
|
Get uri_.
|
|
Set uri_.
|
|
Get value_.
|
|
Set value_.
|
|
|
|
@var localName_.
|
|
|
|
|
|
@var uri_ Namespace URI of an attribute.
|
|
|