TaglistOutput
Model for TagList XML output.
<report xmlns="https://www.mojohaus.org/TAGLISTOUTPUT/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.mojohaus.org/TAGLISTOUTPUT/1.0.0 https://www.mojohaus.org/taglist-maven-plugin/xsd/taglistOutput-1.0.0.xsd">
<tags>
<tag name=.. count=.. >
<files>
<file name=.. count=.. >
<comments>
<comment>
<lineNumber/>
<comment/>
</comment>
</comments>
</file>
</files>
</tag>
</tags>
</report>
report
The TagList report in XML format.
Element |
Type |
Description |
tags/tag*
|
List<TagListXMLTag>
|
(Many) No description. |
tag
A specific tag defined by the user.
Attribute |
Type |
Description |
name
|
String
|
The name of the tag. |
count
|
String
|
No description. |
Element |
Type |
Description |
files/file*
|
List<TagListXMLFile>
|
(Many) No description. |
file
The file a tag was found within.
Attribute |
Type |
Description |
name
|
String
|
No description. |
count
|
String
|
No description. |
Element |
Type |
Description |
comments/comment*
|
List<TagListXMLComment>
|
(Many) No description. |
comment
The comment a tag was found within.
Element |
Type |
Description |
lineNumber
|
String
|
No description. |
comment
|
String
|
No description. |