21 #import "OFXMLParser.h"
23 OF_ASSUME_NONNULL_BEGIN
83 didNotExpectCloseTag: (
OFString *)name
85 namespace: (nullable
OFString *)nameSpace;
96 foundUnknownEntityNamed: (
OFString *)entity;
109 OF_SUBCLASSING_RESTRICTED
113 id <OFXMLElementBuilderDelegate> _Nullable _delegate;
119 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
120 id <OFXMLElementBuilderDelegate> delegate;
127 + (instancetype)builder;
130 OF_ASSUME_NONNULL_END
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:48
The root class for all other classes inside ObjFW.
Definition: OFObject.h:692
A class for handling strings.
Definition: OFString.h:139
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document ...
Definition: OFXMLElementBuilder.h:112
A class which stores an XML element.
Definition: OFXMLElement.h:38
A class which stores an XML element.
Definition: OFXMLNode.h:31
A protocol that needs to be implemented by delegates for OFXMLElementBuilder.
Definition: OFXMLElementBuilder.h:36
A protocol that needs to be implemented by delegates for OFXMLParser.
Definition: OFXMLParser.h:38