22OF_ASSUME_NONNULL_BEGIN
43@property (readonly, nonatomic)
OFString *
namespace;
45@property (readonly, nonatomic, getter=
namespace)
OFString *nameSpace;
60+ (instancetype)exceptionWithNamespace: (
OFString *)nameSpace
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
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A class for handling strings.
Definition OFString.h:143
An exception indicating an attempt to use an unbound namespace.
Definition OFUnboundNamespaceException.h:33
OFXMLElement * element
The unbound namespace.
Definition OFUnboundNamespaceException.h:43
A class which stores an XML element.
Definition OFXMLElement.h:38