ObjFW
|
A class which stores an XML element. More...
#import <OFXMLNode.h>
Public Member Functions | |
(OFString *) | - stringValue |
Returns the contents of the receiver as a string value. | |
(intmax_t) | - decimalValue |
Returns the contents of the receiver as a decimal value. | |
(uintmax_t) | - hexadecimalValue |
Returns the contents of the receiver as a hexadecimal value. | |
(float) | - floatValue |
Returns the contents of the receiver as a float value. | |
(double) | - doubleValue |
Returns the contents of the receiver as a double value. | |
(OFString *) | - XMLString |
Returns an OFString representing the OFXMLNode as an XML string. | |
(OFString *) | - XMLStringWithIndentation: |
Returns an OFString representing the OFXMLNode as an XML string with indentation. | |
(OFString *) | - XMLStringWithIndentation:level: |
Returns an OFString representing the OFXMLNode as an XML string with indentation for the specified level. |
A class which stores an XML element.
- (intmax_t) decimalValue |
Returns the contents of the receiver as a decimal value.
- (double) doubleValue |
Returns the contents of the receiver as a double value.
- (float) floatValue |
Returns the contents of the receiver as a float value.
- (uintmax_t) hexadecimalValue |
Returns the contents of the receiver as a hexadecimal value.
- (OFString *) stringValue |
Returns the contents of the receiver as a string value.
- (OFString *) XMLString |
- (OFString *) XMLStringWithIndentation: | (unsigned int) | indentation |
- (OFString *) XMLStringWithIndentation: | (unsigned int) | indentation | |
level: | (unsigned int) | level | |