18OF_ASSUME_NONNULL_BEGIN
26OF_SUBCLASSING_RESTRICTED
35@property (readonly, nonatomic)
OFString *target;
40@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
text;
50+ (instancetype)processingInstructionWithTarget: (
OFString *)target
61- (instancetype)initWithTarget: (
OFString *)target
62 text: (
OFString *)text OF_DESIGNATED_INITIALIZER;
A class for handling strings.
Definition OFString.h:135
A class which stores an XML element.
Definition OFXMLNode.h:27
A class for representing an XML processing instruction.
Definition OFXMLProcessingInstruction.h:28
OFString * text
The text of the processing instruction.
Definition OFXMLProcessingInstruction.h:40