17 #import "OFXMLParser.h"
19 OF_ASSUME_NONNULL_BEGIN
58 didBuildParentlessNode: (
OFXMLNode *)node;
79 didNotExpectCloseTag: (
OFString *)name
81 namespace: (nullable
OFString *)namespace_;
92 foundUnknownEntityNamed: (
OFString *)entity;
115 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
123 + (instancetype)elementBuilder;
126 OF_ASSUME_NONNULL_END
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:44
The root class for all other classes inside ObjFW.
Definition: OFObject.h:520
A class for handling strings.
Definition: OFString.h:132
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document ...
Definition: OFXMLElementBuilder.h:107
A class which stores an XML element.
Definition: OFXMLElement.h:34
A class which stores an XML element.
Definition: OFXMLNode.h:30
A protocol that needs to be implemented by delegates for OFXMLElementBuilder.
Definition: OFXMLElementBuilder.h:32
A protocol that needs to be implemented by delegates for OFXMLParser.
Definition: OFXMLParser.h:34