Uses of Interface
org.apache.rat.report.xml.writer.IXmlWriter
-
Packages that use IXmlWriter Package Description org.apache.rat.report.claim.impl.xml org.apache.rat.report.xml org.apache.rat.report.xml.writer org.apache.rat.report.xml.writer.impl.base -
-
Uses of IXmlWriter in org.apache.rat.report.claim.impl.xml
Fields in org.apache.rat.report.claim.impl.xml declared as IXmlWriter Modifier and Type Field Description private IXmlWriterSimpleXmlClaimReporter. writerConstructors in org.apache.rat.report.claim.impl.xml with parameters of type IXmlWriter Constructor Description SimpleXmlClaimReporter(IXmlWriter writer) -
Uses of IXmlWriter in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type IXmlWriter Modifier and Type Method Description static RatReportXmlReportFactory. createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration) -
Uses of IXmlWriter in org.apache.rat.report.xml.writer
Methods in org.apache.rat.report.xml.writer that return IXmlWriter Modifier and Type Method Description IXmlWriterIXmlWriter. attribute(java.lang.CharSequence name, java.lang.CharSequence value)Writes an attribute of an element.IXmlWriterIXmlWriter. closeDocument()Closes all pending elements.IXmlWriterIXmlWriter. closeElement()Closes the last element written.IXmlWriterIXmlWriter. content(java.lang.CharSequence content)Writes content.IXmlWriterIXmlWriter. openElement(java.lang.CharSequence elementName)Writes the start of an element.IXmlWriterIXmlWriter. startDocument()Starts a document by writing a prolog.Methods in org.apache.rat.report.xml.writer with parameters of type IXmlWriter Modifier and Type Method Description static voidXmlWriterUtils. writeAttribute(IXmlWriter writer, java.lang.String name, boolean booleanValue) -
Uses of IXmlWriter in org.apache.rat.report.xml.writer.impl.base
Classes in org.apache.rat.report.xml.writer.impl.base that implement IXmlWriter Modifier and Type Class Description classXmlWriterLightweightIXmlWriterimplementation.Methods in org.apache.rat.report.xml.writer.impl.base that return IXmlWriter Modifier and Type Method Description IXmlWriterXmlWriter. attribute(java.lang.CharSequence name, java.lang.CharSequence value)Writes an attribute of an element.IXmlWriterXmlWriter. closeDocument()Closes all pending elements.IXmlWriterXmlWriter. closeElement()Closes the last element written.IXmlWriterXmlWriter. content(java.lang.CharSequence content)Writes content.IXmlWriterXmlWriter. openElement(java.lang.CharSequence elementName)Writes the start of an element.IXmlWriterXmlWriter. startDocument()Starts a document by writing a prolog.
-