21 #import "OFXMLParser.h" 23 OF_ASSUME_NONNULL_BEGIN
82 didNotExpectCloseTag: (
OFString *)name
84 namespace: (nullable
OFString *)nameSpace;
95 foundUnknownEntityNamed: (
OFString *)entity;
108 OF_SUBCLASSING_RESTRICTED
112 id <OFXMLElementBuilderDelegate> _Nullable _delegate;
118 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
119 id <OFXMLElementBuilderDelegate> delegate;
126 + (instancetype)builder;
129 OF_ASSUME_NONNULL_END
A protocol that needs to be implemented by delegates for OFXMLElementBuilder.
Definition: OFXMLElementBuilder.h:27
A class which stores an XML element.
Definition: OFXMLElement.h:37
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:47
A class for handling strings.
Definition: OFString.h:142
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document ...
Definition: OFXMLElementBuilder.h:109
A class which stores an XML element.
Definition: OFXMLNode.h:29
A protocol that needs to be implemented by delegates for OFXMLParser.
Definition: OFXMLParser.h:31