(package private) static void |
FormatUtil.format(java.io.InputStream in,
java.io.OutputStream out,
XmlOutputFormat fmt) |
Ingest an input stream, writing formatted XML to the output stream.
|
(package private) static boolean |
FormatUtil.formatInPlace(java.io.File file,
XmlOutputFormat fmt) |
Formats the input file, overwriting the input file with the new content if
the formatted content differs.
|
private static org.dom4j.io.XMLWriter |
FormatUtil.getXmlWriter(java.io.OutputStream out,
XmlOutputFormat fmt) |
|
(package private) static boolean |
FormatUtil.needsFormatting(java.io.File file,
XmlOutputFormat fmt) |
Only checks if the input file would be modified by the formatter, without
overwriting it.
|
protected abstract boolean |
AbstractXmlPlugin.processFile(java.io.File input,
XmlOutputFormat fmt) |
Processes a single file found in the project.
|
protected boolean |
XmlCheckPlugin.processFile(java.io.File input,
XmlOutputFormat fmt) |
|
protected boolean |
XmlFormatPlugin.processFile(java.io.File input,
XmlOutputFormat fmt) |
|