eu.larkc.core.query
Class RDFXMLGraphResult

java.lang.Object
  extended by eu.larkc.core.query.GraphResultBase
      extended by eu.larkc.core.query.RDFXMLGraphResult
All Implemented Interfaces:
InformationSet, SetOfStatements, java.io.Serializable

public class RDFXMLGraphResult
extends GraphResultBase

See Also:
Serialized Form

Nested Class Summary
 class RDFXMLGraphResult.RDFHandlerHelper
           
 
Nested classes/interfaces inherited from class eu.larkc.core.query.GraphResultBase
GraphResultBase.BlockingQueueIterator, GraphResultBase.FinalStatement
 
Constructor Summary
RDFXMLGraphResult()
           
 
Method Summary
 org.openrdf.rio.RDFHandler getRDFHandler()
           
 SetOfStatements toRDF(SetOfStatements data)
          Serializes this object to SetOfStatements.
 
Methods inherited from class eu.larkc.core.query.GraphResultBase
close, getStatements
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFXMLGraphResult

public RDFXMLGraphResult()
Method Detail

getRDFHandler

public org.openrdf.rio.RDFHandler getRDFHandler()

toRDF

public SetOfStatements toRDF(SetOfStatements data)
Description copied from interface: InformationSet
Serializes this object to SetOfStatements.

Parameters:
data - is stream to serialize this object to.
Returns:
reference to the set of statements that contains the serialized data.