ObjFW
|
A class for representing XML processing instructions. More...
#import <OFXMLProcessingInstructions.h>
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. |
A class for representing XML processing instructions.
- (id) initWithString: | (OFString*) | string |
Initializes an already allocated OFXMLProcessingInstructions with the specified string.
string | The string for the processing instructions |
+ (id) processingInstructionsWithString: | (OFString*) | string |
Creates a new OFXMLProcessingInstructions with the specified string.
string | The string for the processing instructions |