22 OF_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;
A class which stores an XML element.
Definition: OFXMLElement.h:37
An exception indicating an attempt to use an unbound namespace.
Definition: OFUnboundNamespaceException.h:32
A class for handling strings.
Definition: OFString.h:142
The base class for all exceptions in ObjFW.
Definition: OFException.h:156