ObjFW
|
A representation of an attribute of an XML element as an object. More...
#include <OFXMLAttribute.h>
Public Member Functions | |
id | initWithName:namespace:stringValue: (OFString *name,[namespace] OFString *ns,[stringValue] OFString *value) |
OFString * | name () |
OFString * | namespace () |
OFString * | stringValue () |
Static Public Member Functions | |
id | attributeWithName:namespace:stringValue: (OFString *name,[namespace] OFString *ns,[stringValue] OFString *value) |
Properties | |
OFString * | name |
OFString * | ns |
OFString * | stringValue |
A representation of an attribute of an XML element as an object.
id OFXMLAttribute::attributeWithName:namespace:stringValue: | ( | OFString* | name, |
[namespace] OFString* | ns, | ||
[stringValue] OFString* | value | ||
) | [static, virtual] |
name | The name of the attribute |
ns | The namespace of the attribute |
value | The string value of the attribute |
id OFXMLAttribute::initWithName:namespace:stringValue: | ( | OFString* | name, |
[namespace] OFString* | ns, | ||
[stringValue] OFString* | value | ||
) | [virtual] |
Initializes an already allocated OFXMLAttribute.
name | The name of the attribute |
ns | The namespace of the attribute |
value | The string value of the attribute |
OFString* OFXMLAttribute::name | ( | ) | [virtual] |
OFString * OFXMLAttribute::namespace | ( | ) | [virtual] |
OFString* OFXMLAttribute::stringValue | ( | ) | [virtual] |