@@ -16,10 +16,11 @@ /** * \brief A representation of an attribute of an XML element as an object. */ @interface OFXMLAttribute: OFObject { +@public OFString *name; OFString *namespace; OFString *stringValue; }