|
ObjFW
|
#import "OFString.h"Go to the source code of this file.
Classes | |
| protocol | <OFStringXMLUnescapingDelegate> |
| A protocol that needs to be implemented by delegates for stringByXMLUnescapingWithHandler:. More... | |
Typedefs | |
| typedef OFString *(^ | OFStringXMLUnescapingBlock) (OFString *string, OFString *entity) |
| A block which is called to replace unknown XML entities in an XML string. | |
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 |