| 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 |
| Constructor and Description |
|---|
SimpleXmlClaimReporter(IXmlWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
ClaimStatistic pStatistic,
ReportConfiguration pConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
IXmlWriter |
IXmlWriter.attribute(CharSequence name,
CharSequence value)
Writes an attribute of an element.
|
IXmlWriter |
IXmlWriter.closeDocument()
Closes all pending elements.
|
IXmlWriter |
IXmlWriter.closeElement()
Closes the last element written.
|
IXmlWriter |
IXmlWriter.content(CharSequence content)
Writes content.
|
IXmlWriter |
IXmlWriter.openElement(CharSequence elementName)
Writes the start of an element.
|
IXmlWriter |
IXmlWriter.startDocument()
Starts a document by writing a prolog.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlWriterUtils.writeAttribute(IXmlWriter writer,
String name,
boolean booleanValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlWriter
Lightweight
IXmlWriter implementation. |
| Modifier and Type | Method and Description |
|---|---|
IXmlWriter |
XmlWriter.attribute(CharSequence name,
CharSequence value)
Writes an attribute of an element.
|
IXmlWriter |
XmlWriter.closeDocument()
Closes all pending elements.
|
IXmlWriter |
XmlWriter.closeElement()
Closes the last element written.
|
IXmlWriter |
XmlWriter.content(CharSequence content)
Writes content.
|
IXmlWriter |
XmlWriter.openElement(CharSequence elementName)
Writes the start of an element.
|
IXmlWriter |
XmlWriter.startDocument()
Starts a document by writing a prolog.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.