pmd/pmd-core
Andreas Dangel 2e006697e0 [core] Refactor XMLRenderer to use XMLStreamWriter
In order to properly support different encodings, a OutputStream
is needed. Then Java will take care of unmappaple characters
and encode them as entities for XML.

For backwards compatibility, a writer is still created and exposed.
2020-07-09 10:56:44 +02:00
..