Differences From Artifact [0fc969c160]:
- File src/OFXMLElement.h — part of check-in [9cc462339e] at 2022-10-20 13:16:33 on branch trunk — Document more exceptions (user: js, size: 14019) [annotate] [blame] [check-ins using] [more...]
To Artifact [ce204f44dc]:
- File src/OFXMLElement.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 13979) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
430 431 432 433 434 435 436 | 430 431 432 433 434 435 436 | - - | * needs a prefix */ - (OFString *)XMLStringWithDefaultNamespace: (OFString *)defaultNS indentation: (unsigned int)indentation; @end OF_ASSUME_NONNULL_END |