org.aksw.commons.jena
Class RDFWriterHtml

java.lang.Object
  extended by org.aksw.commons.jena.RDFWriterHtml
All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.RDFWriter

public class RDFWriterHtml
extends Object
implements com.hp.hpl.jena.rdf.model.RDFWriter

Author:
Claus Stadler

Date: 10/21/11 Time: 2:53 PM


Field Summary
 
Fields inherited from interface com.hp.hpl.jena.rdf.model.RDFWriter
NSPREFIXPROPBASE
 
Constructor Summary
RDFWriterHtml()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFWriterHtml

public RDFWriterHtml()
Method Detail

write

public void write(com.hp.hpl.jena.rdf.model.Model model,
                  Writer out,
                  String base)
Specified by:
write in interface com.hp.hpl.jena.rdf.model.RDFWriter

_write

public void _write(com.hp.hpl.jena.rdf.model.Model model,
                   Writer out,
                   String base)
            throws IOException
Throws:
IOException

write

public void write(com.hp.hpl.jena.rdf.model.Model model,
                  OutputStream out,
                  String base)
Specified by:
write in interface com.hp.hpl.jena.rdf.model.RDFWriter

setProperty

public Object setProperty(String propName,
                          Object propValue)
Specified by:
setProperty in interface com.hp.hpl.jena.rdf.model.RDFWriter

setErrorHandler

public com.hp.hpl.jena.rdf.model.RDFErrorHandler setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errHandler)
Specified by:
setErrorHandler in interface com.hp.hpl.jena.rdf.model.RDFWriter


Copyright © 2012. All Rights Reserved.