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
IClaimReporter
claim
in interface IClaimReporter
subject
- 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 identifierRatReportFailedException
Copyright © 2006–2015. All rights reserved.