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

A category to escape strings for use in an XML document. More...

#import <OFString+XMLEscaping.h>

Instance Methods

(OFString *) - stringByXMLEscaping
 Escapes a string for use in an XML document.
 

Detailed Description

A category to escape strings for use in an XML document.

Method Documentation

- (OFString *) stringByXMLEscaping

Escapes a string for use in an XML document.

Returns
A new autoreleased string

Extends class OFString.


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