@@ -46,11 +46,16 @@ @property (copy) OFString *name; /*! * The namespace of the element. */ +#ifndef __cplusplus @property OF_NULLABLE_PROPERTY (copy) OFString *namespace; +#else +@property OF_NULLABLE_PROPERTY (copy, getter=namespace, setter=setNamespace:) + OFString *namespace_; +#endif /*! * The default namespace for the element to be used if there is no parent. */ @property OF_NULLABLE_PROPERTY (copy) OFString *defaultNamespace;