Package | Description |
---|---|
org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
Modifier and Type | Method and 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) |