On 24/07/2025 08:51, Alexandre Daubois wrote: > > Indeed, a quick search in the code showed that in both cases, it seems > there's only one or two occurrences for each. Let's keep it as-is > then.
The context for XMLReader & XMLWriter is also a bit different. "create" is not in the name because you're not actually creating anything yet, you're reading/writing from a string, from a stream, ... Hence it's read as "XML Writer From String", etc. Whereas for Dom\*, it's actually creating the document already. Kind regards Niels