22OF_ASSUME_NONNULL_BEGIN
43@property (readonly, nonatomic)
OFString *
namespace;
45@property (readonly, nonatomic, getter=
namespace)
OFString *nameSpace;
60+ (instancetype)exceptionWithNamespace: (
OFString *)nameSpace
63+ (instancetype)exception OF_UNAVAILABLE;
72- (instancetype)initWithNamespace: (
OFString *)nameSpace
74 OF_DESIGNATED_INITIALIZER;
76- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
A class for handling strings.
Definition OFString.h:143
An exception indicating an attempt to use an unbound namespace.
Definition OFUnboundNamespaceException.h:33
A class which stores an XML element.
Definition OFXMLElement.h:38