Package com.github.javaparser.printer
Class XmlPrinter
- java.lang.Object
-
- com.github.javaparser.printer.XmlPrinter
-
@Deprecated public class XmlPrinter extends Object
Deprecated.this is a work in progress.
-
-
Constructor Summary
Constructors Constructor Description XmlPrinter(boolean outputNodeType)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
output(Node node)
Deprecated.void
output(Node node, String name, int level, StringBuilder builder)
Deprecated.
-
-
-
Method Detail
-
output
public void output(Node node, String name, int level, StringBuilder builder)
Deprecated.
-
-