Uses of Interface
org.apache.rat.report.xml.writer.IXmlWriter
Packages that use IXmlWriter
Package
Description
-
Uses of IXmlWriter in org.apache.rat.report.claim.impl.xml
Constructors in org.apache.rat.report.claim.impl.xml with parameters of type IXmlWriter -
Uses of IXmlWriter in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type IXmlWriterModifier and TypeMethodDescriptionstatic RatReportXmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic statistic, ReportConfiguration configuration)Creates a RatReport from the arguments. -
Uses of IXmlWriter in org.apache.rat.report.xml.writer
Methods in org.apache.rat.report.xml.writer that return IXmlWriterModifier and TypeMethodDescriptionIXmlWriter.attribute(CharSequence name, CharSequence value)Writes an attribute of an element.IXmlWriter.closeDocument()Closes all pending elements.IXmlWriter.closeElement()Closes the last element written.IXmlWriter.content(CharSequence content)Writes content.IXmlWriter.openElement(CharSequence elementName)Writes the start of an element.IXmlWriter.startDocument()Starts a document by writing a prolog. -
Uses of IXmlWriter in org.apache.rat.report.xml.writer.impl.base
Classes in org.apache.rat.report.xml.writer.impl.base that implement IXmlWriterMethods in org.apache.rat.report.xml.writer.impl.base that return IXmlWriterModifier and TypeMethodDescriptionXmlWriter.attribute(CharSequence name, CharSequence value)Writes an attribute of an element.XmlWriter.closeDocument()Closes all pending elements.XmlWriter.closeElement()Closes the last element written.XmlWriter.content(CharSequence content)Writes content.XmlWriter.openElement(CharSequence elementName)Writes the start of an element.XmlWriter.startDocument()Starts a document by writing a prolog.