org.openjena.riot.system
Class JenaWriterBase
java.lang.Object
org.openjena.riot.system.JenaWriterBase
- All Implemented Interfaces:
- com.hp.hpl.jena.rdf.model.RDFWriter
- Direct Known Subclasses:
- JenaWriterNTriples2
public abstract class JenaWriterBase
- extends java.lang.Object
- implements com.hp.hpl.jena.rdf.model.RDFWriter
| Fields inherited from interface com.hp.hpl.jena.rdf.model.RDFWriter |
NSPREFIXPROPBASE |
|
Method Summary |
com.hp.hpl.jena.rdf.model.RDFErrorHandler |
setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errHandler)
|
java.lang.Object |
setProperty(java.lang.String propName,
java.lang.Object propValue)
|
void |
write(com.hp.hpl.jena.rdf.model.Model model,
java.io.OutputStream out,
java.lang.String base)
|
void |
write(com.hp.hpl.jena.rdf.model.Model model,
java.io.Writer out,
java.lang.String base)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JenaWriterBase
public JenaWriterBase()
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
setProperty
public java.lang.Object setProperty(java.lang.String propName,
java.lang.Object propValue)
- Specified by:
setProperty in interface com.hp.hpl.jena.rdf.model.RDFWriter
write
public void write(com.hp.hpl.jena.rdf.model.Model model,
java.io.Writer out,
java.lang.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,
java.io.OutputStream out,
java.lang.String base)
- Specified by:
write in interface com.hp.hpl.jena.rdf.model.RDFWriter
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.