Class XmlWriter

java.lang.Object
com.fasterxml.aalto.out.WNameFactory
com.fasterxml.aalto.out.XmlWriter
Direct Known Subclasses:
ByteXmlWriter, CharXmlWriter

public abstract class XmlWriter extends WNameFactory
Base class for output type / encoding-specific serializers used to do actual physical output of serialized xml content. At this level, no namespace handling is done, and only those checks directly related to encoding (including optional validity checks for xml content) are implemented.