|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rat.report.claim.impl.xml.SimpleXmlClaimReporter
public class SimpleXmlClaimReporter
| Constructor Summary | |
|---|---|
SimpleXmlClaimReporter(IXmlWriter writer)
|
|
| Method Summary | |
|---|---|
void |
claim(java.lang.CharSequence subject,
java.lang.CharSequence predicate,
java.lang.CharSequence object,
boolean isLiteral)
States a claim. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleXmlClaimReporter(IXmlWriter writer)
| Method Detail |
|---|
public void claim(java.lang.CharSequence subject,
java.lang.CharSequence predicate,
java.lang.CharSequence object,
boolean isLiteral)
throws RatReportFailedException
IClaimReporter
claim in interface IClaimReportersubject - subject of this claim, not nullpredicate - predicate claimed, not nullobject - object of this claim, not nullisLiteral - true is the object of this claim is a literal,
false if the object of this claim is an identifier
RatReportFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||