Uses of Class
org.apache.batik.svggen.XmlWriter.IndentWriter
Packages that use XmlWriter.IndentWriter
Package
Description
Provides an API on top of the
AbstractGraphics2D
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.IndentWriterModifier and TypeMethodDescriptionprivate static void
XmlWriter.writeChildrenXml
(Attr attr, XmlWriter.IndentWriter out, boolean escaped) Writes the attribute's value.private static void
XmlWriter.writeChildrenXml
(Element element, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeDocumentHeader
(XmlWriter.IndentWriter out) private static void
XmlWriter.writeXml
(Attr attr, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(CDATASection cdataSection, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(Comment comment, XmlWriter.IndentWriter out, boolean escaped) Writes out the comment.private static void
XmlWriter.writeXml
(Document document, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(Element element, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(NodeList childList, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(Text text, XmlWriter.IndentWriter out, boolean escaped) private static void
XmlWriter.writeXml
(Text text, XmlWriter.IndentWriter out, boolean trimWS, boolean escaped)