|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedRDFormatException | |
|---|---|
| org.openrdf.query.resultio | |
| org.openrdf.rio | General classes and interfaces for RDF parsers and RDF writers. |
| Uses of UnsupportedRDFormatException in org.openrdf.query.resultio |
|---|
| Methods in org.openrdf.query.resultio that throw UnsupportedRDFormatException | |
|---|---|
static void |
QueryResultIO.write(GraphQueryResult gqr,
RDFFormat format,
OutputStream out)
Writes a graph query result document in a specific RDF format to an output stream. |
| Uses of UnsupportedRDFormatException in org.openrdf.rio |
|---|
| Methods in org.openrdf.rio that throw UnsupportedRDFormatException | |
|---|---|
static RDFParser |
Rio.createParser(RDFFormat format)
Convenience methods for creating RDFParser objects. |
static RDFParser |
Rio.createParser(RDFFormat format,
ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects. |
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out)
Convenience methods for creating RDFWriter objects. |
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer)
Convenience methods for creating RDFWriter objects. |
static void |
Rio.main(String[] args)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||