public class SimpleXmlClaimReporter extends Object implements IClaimReporter
| Constructor and Description |
|---|
SimpleXmlClaimReporter(IXmlWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
claim(CharSequence subject,
CharSequence predicate,
CharSequence object,
boolean isLiteral)
States a claim.
|
public SimpleXmlClaimReporter(IXmlWriter writer)
public void claim(CharSequence subject, CharSequence predicate, CharSequence object, boolean isLiteral) throws RatReportFailedException
IClaimReporterclaim 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 identifierRatReportFailedExceptionCopyright © 2006-2013. All Rights Reserved.