Uses of Class
org.apache.batik.svggen.XmlWriter.IndentWriter
-
Packages that use XmlWriter.IndentWriter Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of XmlWriter.IndentWriter in org.apache.batik.svggen
Methods in org.apache.batik.svggen with parameters of type XmlWriter.IndentWriter Modifier and Type Method Description private static void
XmlWriter. writeChildrenXml(org.w3c.dom.Attr attr, XmlWriter.IndentWriter out, boolean escaped)
Writes the attribute's value.private static void
XmlWriter. writeChildrenXml(org.w3c.dom.Element element, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeDocumentHeader(XmlWriter.IndentWriter out)
private static void
XmlWriter. writeXml(org.w3c.dom.Attr attr, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.CDATASection cdataSection, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.Comment comment, XmlWriter.IndentWriter out, boolean escaped)
Writes out the comment.private static void
XmlWriter. writeXml(org.w3c.dom.Document document, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.Element element, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.NodeList childList, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.Text text, XmlWriter.IndentWriter out, boolean escaped)
private static void
XmlWriter. writeXml(org.w3c.dom.Text text, XmlWriter.IndentWriter out, boolean trimWS, boolean escaped)
-