ObjFW
Public Member Functions | Static Public Member Functions
OFXMLProcessingInstructions Class Reference

A class for representing XML processing instructions. More...

#import <OFXMLProcessingInstructions.h>

Inheritance diagram for OFXMLProcessingInstructions:
OFXMLNode OFObject <OFCopying> <OFSerialization> <OFObject>

List of all members.

Public Member Functions

(id) - initWithString:
 Initializes an already allocated OFXMLProcessingInstructions with the specified string.

Static Public Member Functions

(id) + processingInstructionsWithString:
 Creates a new OFXMLProcessingInstructions with the specified string.

Detailed Description

A class for representing XML processing instructions.


Member Function Documentation

- (id) initWithString: (OFString*)  string

Initializes an already allocated OFXMLProcessingInstructions with the specified string.

Parameters:
stringThe string for the processing instructions
Returns:
An initialized OFXMLProcessingInstructions
+ (id) processingInstructionsWithString: (OFString*)  string

Creates a new OFXMLProcessingInstructions with the specified string.

Parameters:
stringThe string for the processing instructions
Returns:
A new OFXMLProcessingInstructions

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties