Class ByteXmlWriter

Direct Known Subclasses:
SingleByteXmlWriter, Utf8XmlWriter

public abstract class ByteXmlWriter extends XmlWriter
This abstract base class (partial implementation of XmlWriter) is used if the destination is byte-based OutputStream.

Further, all existing implementations are for encodings that are 7-bit ascii compatible. This is important since this means that marker and separator characters are identical independent of actual encoding. This would not hold if support for encodings like EBCDIC were supported using this class.