ObjFW  Changes To API Review for 1.0

Changes to "API Review for 1.0" between 2021-04-08 17:33:22 and 2021-04-08 19:31:10

327
328
329
330
331
332
333
334

335
336
337
338
339
340
341
342
343
344
345
346
327
328
329
330
331
332
333

334

335

336

337
338
339
340
341
342
343







-
+
-

-

-







  * Private
* ❌ OFWindowsRegistryKey
* ❌ OFWriteFailedException
* ❌ OFXMLAttribute
  * Needs rename: `namespace` to `namespaceURI` to avoid problems in C++
* ✅ OFXMLCDATA
* ✅ OFXMLCharacters
*  OFXMLComment
*  OFXMLComment
  * Needs a property to access the comment - `-[stringValue]` is just `@""`
* ❌ OFXMLElement
  * Needs rename: `namespace` to `namespaceURI` to avoid problems in C++
* ❌ OFXMLElementBuilder
  * Needs rename: `namespace` to `namespaceURI` to avoid problems in C++
* ❌ OFXMLElement (OFSerialization)
* ❌ OFXMLNode
  * Should `-[XMLStringWithIndentation:level:]` be private?
* ❌ OFXMLParser
  * Needs rename: `namespace` to `namespaceURI` to avoid problems in C++
* ❌ OFXMLProcessingInstructions
  * Needs a property to access the PI - `-[stringValue]` is just `@""`