Class CleanXMLStreamWriter

  • All Implemented Interfaces:
    XMLStreamWriter

    public class CleanXMLStreamWriter
    extends Object
    implements XMLStreamWriter
    Delegating XMLStreamWriter that filters out UTF-8 characters that are illegal in XML, replacing them with a
    Author:
    Erik van Zijst (small change by Lennart Schedin, and isLegalXmlCharacter() expanded to XML 1.0 spec by Randy Wilson)