public class ReaderRIOTRDFXML extends Object implements ReaderRIOT
| Modifier and Type | Class and Description |
|---|---|
static class |
ReaderRIOTRDFXML.Factory |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
RiotUniformCompatibility |
| Constructor and Description |
|---|
ReaderRIOTRDFXML(ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse() |
void |
read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
Read from an InputStream and output RDF on the StreamRDF.
|
void |
read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
Read from an InputStream and output RDF on the StreamRDF.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParserProfile, setParserProfilepublic ReaderRIOTRDFXML(ErrorHandler errorHandler)
public void read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context)
ReaderRIOTread in interface ReaderRIOTin - InputStreambaseURI - Base URI (or null)ct - Content-Type if available. Routing to the right
parser will have already been done so this only useful to get
addition Content-Type information or if this ReaderRIOT can
handle multiple media types.output - Destination for the parser output.context - Environment settings.public void read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context)
ReaderRIOTread in interface ReaderRIOTreader - Reader. InputStreams are preferred because Reader do not allow RIOT to set the character set.baseURI - Base URI (or null)ct - Content-Type if available. Routing to the right
parser will have already been done so this only useful to get
addition Content-Type information or if this ReaderRIOT can
handle multiple media types.output - Destination for the parser output.context - Environment settings.public void parse()
Licenced under the Apache License, Version 2.0