ObjFW
 All Classes Functions Variables
Instance Methods | List of all members
OFString(XMLUnescaping) Category Reference

A category for unescaping XML in strings. More...

#import <OFString+XMLUnescaping.h>

Instance Methods

(OFString *) - stringByXMLUnescaping
 Unescapes XML in the string.
 
(OFString *) - stringByXMLUnescapingWithDelegate:
 Unescapes XML in the string and uses the specified delegate for unknown entities.
 

Detailed Description

A category for unescaping XML in strings.

Method Documentation

- (OFString *) stringByXMLUnescapingWithDelegate: (id <OFStringXMLUnescapingDelegate>)  delegate

Unescapes XML in the string and uses the specified delegate for unknown entities.

Parameters
delegateAn OFXMLUnescapingDelegate as a handler for unknown entities

Extends class OFString.


The documentation for this category was generated from the following files: