Uses of Class
au.com.acegi.xmlformat.XmlOutputFormat
-
Uses of XmlOutputFormat in au.com.acegi.xmlformat
Methods in au.com.acegi.xmlformat that return XmlOutputFormatMethods in au.com.acegi.xmlformat with parameters of type XmlOutputFormatModifier and TypeMethodDescription(package private) static voidFormatUtil.format(InputStream in, OutputStream out, XmlOutputFormat fmt) Ingest an input stream, writing formatted XML to the output stream.(package private) static booleanFormatUtil.formatInPlace(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.XMLWriterFormatUtil.getXmlWriter(OutputStream out, XmlOutputFormat fmt) (package private) static booleanFormatUtil.needsFormatting(File file, XmlOutputFormat fmt) Only checks if the input file would be modified by the formatter, without overwriting it.protected abstract booleanAbstractXmlPlugin.processFile(File input, XmlOutputFormat fmt) Processes a single file found in the project.protected booleanXmlCheckPlugin.processFile(File input, XmlOutputFormat fmt) protected booleanXmlFormatPlugin.processFile(File input, XmlOutputFormat fmt) Constructors in au.com.acegi.xmlformat with parameters of type XmlOutputFormatModifierConstructorDescription(package private)BlankLinesWriter(OutputStream out, XmlOutputFormat fmt)