|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RDFWriter
An interface for RDF document writers. To allow RDF document writers to be
created through reflection, all implementing classes should define at least
two public constructors: one with an OutputStream argument and one
with an Writer argument.
| Method Summary | |
|---|---|
RDFFormat |
getRDFFormat()
Gets the RDF format that this RDFWriter uses. |
void |
setBaseURI(String baseURI)
The baseURI that should be used in the output. |
| Methods inherited from interface org.openrdf.rio.RDFHandler |
|---|
endRDF, handleComment, handleNamespace, handleStatement, startRDF |
| Method Detail |
|---|
RDFFormat getRDFFormat()
void setBaseURI(String baseURI)
baseURI - The URI associated with the data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||