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 theAbstractGraphics2Dto 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 voidXmlWriter. writeChildrenXml(org.w3c.dom.Attr attr, XmlWriter.IndentWriter out, boolean escaped)Writes the attribute's value.private static voidXmlWriter. writeChildrenXml(org.w3c.dom.Element element, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeDocumentHeader(XmlWriter.IndentWriter out)private static voidXmlWriter. writeXml(org.w3c.dom.Attr attr, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.CDATASection cdataSection, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.Comment comment, XmlWriter.IndentWriter out, boolean escaped)Writes out the comment.private static voidXmlWriter. writeXml(org.w3c.dom.Document document, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.Element element, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.NodeList childList, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.Text text, XmlWriter.IndentWriter out, boolean escaped)private static voidXmlWriter. writeXml(org.w3c.dom.Text text, XmlWriter.IndentWriter out, boolean trimWS, boolean escaped)
-