org.openjena.riot.system
Class JenaReaderRIOT
java.lang.Object
org.openjena.riot.system.JenaReaderRIOT
- All Implemented Interfaces:
- com.hp.hpl.jena.rdf.model.RDFReader
- Direct Known Subclasses:
- JenaReaderNTriples2, JenaReaderRdfJson, JenaReaderTurtle2
public abstract class JenaReaderRIOT
- extends Object
- implements com.hp.hpl.jena.rdf.model.RDFReader
Abstract class that sorts out input streams, readers and base URIs, to call a
single worker function with model, UTF8 reader and visited base
read
public final void read(com.hp.hpl.jena.rdf.model.Model model,
Reader r,
String base)
- Specified by:
read
in interface com.hp.hpl.jena.rdf.model.RDFReader
read
public final void read(com.hp.hpl.jena.rdf.model.Model model,
String url)
- Specified by:
read
in interface com.hp.hpl.jena.rdf.model.RDFReader
read
public final void read(com.hp.hpl.jena.rdf.model.Model model,
InputStream in,
String base)
- Specified by:
read
in interface com.hp.hpl.jena.rdf.model.RDFReader
setErrorHandler
public final 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.RDFReader
setProperty
public final Object setProperty(String propName,
Object propValue)
- Specified by:
setProperty
in interface com.hp.hpl.jena.rdf.model.RDFReader
Licenced under the Apache License, Version 2.0