Class ISOLatin1XmlWriter


  • public final class ISOLatin1XmlWriter
    extends EncodingXmlWriter
    Concrete implementation of EncodingXmlWriter used when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding.

    Regarding surrogate pair handling: most of the checks are in the base class, and here we only need to worry about writeRaw methods.