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