ObjFW
|
#import "OFString.h"
Go to the source code of this file.
Typedefs | |
typedef OFString *(^ | OFStringXMLUnescapingBlock) (OFString *string, OFString *entity) |
A block which is called to replace unknown XML entities in an XML string. More... | |
A block which is called to replace unknown XML entities in an XML string.
string | The XML string which contains an unknown entity |
entity | The XML entity which is unknown |