public class RDFWriterHtml extends Object implements com.hp.hpl.jena.rdf.model.RDFWriter
| Constructor and Description |
|---|
RDFWriterHtml() |
| Modifier and Type | Method and Description |
|---|---|
void |
_write(com.hp.hpl.jena.rdf.model.Model model,
Writer out,
String base) |
com.hp.hpl.jena.rdf.model.RDFErrorHandler |
setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errHandler) |
Object |
setProperty(String propName,
Object propValue) |
void |
write(com.hp.hpl.jena.rdf.model.Model model,
OutputStream out,
String base) |
void |
write(com.hp.hpl.jena.rdf.model.Model model,
Writer out,
String base) |
public void write(com.hp.hpl.jena.rdf.model.Model model,
Writer out,
String base)
write in interface com.hp.hpl.jena.rdf.model.RDFWriterpublic void _write(com.hp.hpl.jena.rdf.model.Model model,
Writer out,
String base)
throws IOException
IOExceptionpublic void write(com.hp.hpl.jena.rdf.model.Model model,
OutputStream out,
String base)
write in interface com.hp.hpl.jena.rdf.model.RDFWriterpublic Object setProperty(String propName, Object propValue)
setProperty in interface com.hp.hpl.jena.rdf.model.RDFWriterpublic com.hp.hpl.jena.rdf.model.RDFErrorHandler setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errHandler)
setErrorHandler in interface com.hp.hpl.jena.rdf.model.RDFWriterCopyright © 2013. All Rights Reserved.