@@ -26,11 +26,13 @@ * * @brief A representation of an attribute of an XML element as an object. */ @interface OFXMLAttribute: OFXMLNode { +#if defined(OF_XML_ELEMENT_M) || defined(OF_XML_PARSER_M) @public +#endif OFString *_name, *_Nullable _namespace, *_stringValue; } /*! * @brief The name of the attribute.