@@ -37,11 +37,16 @@ @property (readonly, copy) OFString *name; /*! * The namespace of the attribute. */ +#ifndef __cplusplus @property OF_NULLABLE_PROPERTY (readonly, copy) OFString *namespace; +#else +@property OF_NULLABLE_PROPERTY (readonly, copy, getter=namespace) + OFString *namespace_; +#endif /*! * @brief Creates a new XML attribute. * * @param name The name of the attribute