| 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 |
| Modifier and Type | Field and Description |
|---|---|
private IXmlWriter |
SimpleXmlClaimReporter.writer |
| 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(java.lang.CharSequence name,
java.lang.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(java.lang.CharSequence content)
Writes content.
|
IXmlWriter |
IXmlWriter.openElement(java.lang.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,
java.lang.String name,
boolean booleanValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlWriter
Lightweight
IXmlWriter implementation. |
| Modifier and Type | Method and Description |
|---|---|
IXmlWriter |
XmlWriter.attribute(java.lang.CharSequence name,
java.lang.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(java.lang.CharSequence content)
Writes content.
|
IXmlWriter |
XmlWriter.openElement(java.lang.CharSequence elementName)
Writes the start of an element.
|
IXmlWriter |
XmlWriter.startDocument()
Starts a document by writing a prolog.
|