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