@@ -28,14 +28,19 @@ { OFString *_prefix; OFXMLParser *_parser; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The unbound prefix. + */ @property (readonly, copy) OFString *prefix; + +/*! + * The parser which encountered the unbound prefix. + */ @property (readonly, retain) OFXMLParser *parser; -#endif /*! * @brief Creates a new, autoreleased unbound prefix exception. * * @param prefix The prefix which is unbound @@ -52,20 +57,6 @@ * @param parser The parser which encountered the unbound prefix * @return An initialized unbound prefix exception */ - initWithPrefix: (OFString*)prefix parser: (OFXMLParser*)parser; - -/*! - * @brief Returns the unbound prefix. - * - * @return The unbound prefix - */ -- (OFString*)prefix; - -/*! - * @brief Returns the parser which encountered the unbound prefix. - * - * @return The parser which encountered the unbound prefix - */ -- (OFXMLParser*)parser; @end