Uses of Interface
org.openrdf.query.resultio.TupleQueryResultWriterFactory

Packages that use TupleQueryResultWriterFactory
org.openrdf.query.resultio   
org.openrdf.query.resultio.binary   
org.openrdf.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Format 
org.openrdf.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Format 
 

Uses of TupleQueryResultWriterFactory in org.openrdf.query.resultio
 

Methods in org.openrdf.query.resultio with parameters of type TupleQueryResultWriterFactory
protected  TupleQueryResultFormat TupleQueryResultWriterRegistry.getKey(TupleQueryResultWriterFactory factory)
           
 

Uses of TupleQueryResultWriterFactory in org.openrdf.query.resultio.binary
 

Classes in org.openrdf.query.resultio.binary that implement TupleQueryResultWriterFactory
 class BinaryQueryResultWriterFactory
          A TupleQueryResultWriterFactory for writers of binary query results.
 

Uses of TupleQueryResultWriterFactory in org.openrdf.query.resultio.sparqljson
 

Classes in org.openrdf.query.resultio.sparqljson that implement TupleQueryResultWriterFactory
 class SPARQLResultsJSONWriterFactory
          A TupleQueryResultWriterFactory for writers of SPARQL/JSON query results.
 

Uses of TupleQueryResultWriterFactory in org.openrdf.query.resultio.sparqlxml
 

Classes in org.openrdf.query.resultio.sparqlxml that implement TupleQueryResultWriterFactory
 class SPARQLResultsXMLWriterFactory
          A TupleQueryResultWriterFactory for writers of SPARQL/XML tuple query results.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.