22OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
38@property (readonly, nonatomic)
OFString *target;
43@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
text;
53+ (instancetype)processingInstructionWithTarget: (
OFString *)target
64- (instancetype)initWithTarget: (
OFString *)target
65 text: (
OFString *)text OF_DESIGNATED_INITIALIZER;
A class for handling strings.
Definition OFString.h:143
A class which stores an XML element.
Definition OFXMLNode.h:31
A class for representing an XML processing instruction.
Definition OFXMLProcessingInstruction.h:31
OFString * text
The text of the processing instruction.
Definition OFXMLProcessingInstruction.h:43