18 #import "OFSerialization.h"
20 OF_ASSUME_NONNULL_BEGIN
43 - (void)setStringValue: (
OFString*)stringValue;
88 - (
OFString*)XMLStringWithIndentation: (
unsigned int)indentation;
99 - (
OFString*)XMLStringWithIndentation: (
unsigned int)indentation
100 level: (
unsigned int)level;
103 OF_ASSUME_NONNULL_END
intmax_t decimalValue()
Returns the contents of the receiver as a decimal value.
Definition: OFXMLNode.m:38
OFString * XMLString()
Returns an OFString representing the OFXMLNode as an XML string.
Definition: OFXMLNode.m:58
A class which stores an XML element.
Definition: OFXMLNode.h:27
float floatValue()
Returns the contents of the receiver as a float value.
Definition: OFXMLNode.m:48
A class for handling strings.
Definition: OFString.h:91
double doubleValue()
Returns the contents of the receiver as a double value.
Definition: OFXMLNode.m:53
A protocol for the creation of copies.
Definition: OFObject.h:896
uintmax_t hexadecimalValue()
Returns the contents of the receiver as a hexadecimal value.
Definition: OFXMLNode.m:43
The root class for all other classes inside ObjFW.
Definition: OFObject.h:364
OFString * stringValue()
Returns the contents of the receiver as a string value.
Definition: OFXMLNode.m:28
A protocol for serializing objects.
Definition: OFSerialization.h:30