| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParser.setParseErrorListener(ParseErrorListener el)
Sets the ParseErrorListener that will be notified of any errors that this
parser finds during parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParseErrorLogger
A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework.
|
| Modifier and Type | Method and Description |
|---|---|
ParseErrorListener |
RDFParserBase.getParseErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParserBase.setParseErrorListener(ParseErrorListener el) |
Copyright © 2001-2013 Aduna. All Rights Reserved.