rat.report.claim.impl.xml
Class SimpleXmlClaimReporter

java.lang.Object
  extended by rat.report.claim.impl.xml.SimpleXmlClaimReporter
All Implemented Interfaces:
IClaimReporter

public class SimpleXmlClaimReporter
extends java.lang.Object
implements IClaimReporter


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

SimpleXmlClaimReporter

public SimpleXmlClaimReporter(IXmlWriter writer)
Method Detail

claim

public void claim(java.lang.CharSequence subject,
                  java.lang.CharSequence predicate,
                  java.lang.CharSequence object,
                  boolean isLiteral)
           throws RatReportFailedException
Description copied from interface: IClaimReporter
States a claim.

Specified by:
claim in interface IClaimReporter
Parameters:
subject - subject of this claim, not null
predicate - predicate claimed, not null
object - object of this claim, not null
isLiteral - true is the object of this claim is a literal, false if the object of this claim is an identifier
Throws:
RatReportFailedException


Copyright © 2006-2009. All Rights Reserved.