|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReaderRIOT
Interface to parsing processes that takes an input stream and emit items. The "read" operation may be called repeatedly for a single ReaderRIOT, with different arguments. The StreamRDF destination would have to cope with concurrent operation if these read operations overlap.
| Method Summary | |
|---|---|
ErrorHandler |
getErrorHandler()
|
ParserProfile |
getParserProfile()
Get the parser profile. |
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. |
void |
setErrorHandler(ErrorHandler errorHandler)
|
void |
setParserProfile(ParserProfile profile)
Set the parser profile. |
| Method Detail |
|---|
void read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
in - 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 - Destintation for the parser output.context - Environment settings.
void read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
reader - 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 - Destintation for the parser output.context - Environment settings.ErrorHandler getErrorHandler()
void setErrorHandler(ErrorHandler errorHandler)
ParserProfile getParserProfile()
void setParserProfile(ParserProfile profile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||