Class XmlWriter

java.lang.Object
org.apache.batik.svggen.XmlWriter
All Implemented Interfaces:
XMLConstants, CSSConstants, SVGConstants

class XmlWriter extends Object implements SVGConstants
Writes a Node as text output. Package access. This is *not* a full Xml printout implementation. It only covers what is needed by the Graphics2D class. The code for this class draws heavily from the work done for Sun's Project X by David Brownell.
Version:
$Id: XmlWriter.java 1808001 2017-09-11 09:51:29Z ssteiner $