22 OF_ASSUME_NONNULL_BEGIN
30 OF_SUBCLASSING_RESTRICTED
39 @property (readonly, nonatomic)
OFString *target;
44 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
text;
54 + (instancetype)processingInstructionWithTarget: (
OFString *)target
65 - (instancetype)initWithTarget: (
OFString *)target
66 text: (
OFString *)text OF_DESIGNATED_INITIALIZER;
A class for handling strings.
Definition: OFString.h:139
A class which stores an XML element.
Definition: OFXMLNode.h:31
A class for representing an XML processing instruction.
Definition: OFXMLProcessingInstruction.h:32
OFString * text
The text of the processing instruction.
Definition: OFXMLProcessingInstruction.h:44