Uses of Class
org.apache.rat.report.xml.writer.XmlWriter
Packages that use XmlWriter
Package
Description
Classes that manage the inclusion and exclusion of files.
Classes to process configuration information from/to files.
Classes that write the XML output.
Classes to handle writing well-formed XML documents.
-
Uses of XmlWriter in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion with parameters of type XmlWriter -
Uses of XmlWriter in org.apache.rat.configuration
Methods in org.apache.rat.configuration with parameters of type XmlWriter -
Uses of XmlWriter in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type XmlWriterModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.configuration(XmlWriter writer, ReportConfiguration configuration) Creates a configuration reportstatic RatReportXmlReportFactory.createStandardReport(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a RatReport from the arguments.static voidCreates a document element with attributes.static voidXmlElements.documentType(XmlWriter writer, String name, int count) Creates a document type element.static voidCreates a license element.static voidXmlElements.licenseCategory(XmlWriter writer, String name, int count) Creates a statistic element.static voidXmlElements.licenseName(XmlWriter writer, String name, int count) Creates a statistic element.static RatReportXmlReportFactory.multiplexer(XmlWriter writer, boolean dryRun, DocumentAnalyser analyser, List<? extends RatReport> reporters) Creates a RatReport that multiplexes the running of multiple RatReportsstatic voidCreate the RAT report element.static RatReportCreates a simple claim reporter.static voidCreates a statistic element.static voidXmlElements.statistics(XmlWriter writer, ClaimStatistic statistic, ClaimValidator validator) Creates a statistics element.static RatReportXmlReportFactory.validator(XmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration) Creates a simple claim validator reporterstatic voidCreates the version element with all version attributes populated. -
Uses of XmlWriter in org.apache.rat.report.xml.writer
Methods in org.apache.rat.report.xml.writer that return XmlWriterModifier and TypeMethodDescriptionXmlWriter.attribute(CharSequence name, CharSequence value) Writes an attribute of an element.XmlWriter.cdata(CharSequence content) Writes CDATA content.XmlWriter.closeDocument()Closes all pending elements.XmlWriter.closeElement()Closes the last element written.XmlWriter.closeElement(CharSequence name) Closes back to and including the last instance of the specified element name.XmlWriter.comment(CharSequence text) Writes a comment.XmlWriter.content(CharSequence content) Writes content.XmlWriter.startDocument()Starts a document by writing a prolog.XmlWriter.startElement(CharSequence elementName) Writes the start of an element.