ObjFW  Diff

Differences From Artifact [48a186039b]:

To Artifact [8f5669758e]:


62
63
64
65
66
67
68
69

70
71

72
73
74
75
76
77
78
62
63
64
65
66
67
68

69
70

71
72
73
74
75
76
77
78







-
+

-
+







 */
- (nullable OFString *)string: (OFString *)string
   containsUnknownEntityNamed: (OFString *)entity;
@end

@interface OFString (XMLUnescaping)
/*!
 * @brief Unescapes XML in the string.
 * The string with XML entities unescapted.
 */
- (OFString *)stringByXMLUnescaping;
@property (readonly, nonatomic) OFString *stringByXMLUnescaping;

/*!
 * @brief Unescapes XML in the string and uses the specified delegate for
 *	  unknown entities.
 *
 * @param delegate An OFXMLUnescapingDelegate as a handler for unknown entities
 */